You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
428 B
10 lines
428 B
dojo.provide('dojox.mdnd.tests.unitTests.dropMode.module'); |
|
|
|
try{ |
|
doh.registerUrl("dojox.mdnd.tests.unitTests.dropMode.VerticalDropModeTest", |
|
dojo.moduleUrl("dojox.mdnd","tests/unitTests/dropMode/VerticalDropModeTest.html"), 60000); |
|
doh.registerUrl("dojox.mdnd.tests.unitTests.dropMode.OverDropModeTest", |
|
dojo.moduleUrl("dojox.mdnd","tests/unitTests/dropMode/OverDropModeTest.html"), 60000); |
|
}catch(e){ |
|
doh.debug(e); |
|
}
|
|
|