Changeset 13213
- Timestamp:
- 03/26/08 04:05:19 (8 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/tests/fx.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/tests/fx.js
r12797 r13213 1 1 dojo.provide("tests.fx"); 2 2 if(dojo.isBrowser){ 3 doh.registerUrl("tests.fx", dojo.moduleUrl("tests", "fx.html") );3 doh.registerUrl("tests.fx", dojo.moduleUrl("tests", "fx.html"), 30000); 4 4 doh.registerUrl("tests.NodeList-fx", dojo.moduleUrl("tests", "NodeList-fx.html")); 5 5 }