dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
11 lines (9 loc) • 428 B
JavaScript
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);
}