source:
Dev/trunk/src/client/dojo/tests/fx.js
@
529
Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 228 bytes |
Line | |
---|---|
1 | define(["doh/main", "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.