source: Dev/branches/rest-dojo-ui/client/dojo/tests/fx.js @ 263

Last change on this file since 263 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 223 bytes
Line 
1define(["doh", "require"], function(doh, require){
2        if(doh.isBrowser){
3                doh.register("tests.fx", require.toUrl("./fx.html"), 30000);
4                doh.register("tests.NodeList-fx", require.toUrl("./NodeList-fx.html"), 30000);
5        }
6});
7
Note: See TracBrowser for help on using the repository browser.