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.
17 lines
965 B
17 lines
965 B
dojo.provide("dojox.gfx.tests.module"); |
|
|
|
try{ |
|
dojo.require("dojox.gfx.tests.matrix"); |
|
dojo.require("dojox.gfx.tests.decompose"); |
|
doh.registerUrl("GFX: Utils", dojo.moduleUrl("dojox", "gfx/tests/test_utils.html"), 3600000); |
|
doh.registerUrl("GFX: Base", dojo.moduleUrl("dojox", "gfx/tests/test_base.html"), 3600000); |
|
doh.registerUrl("GFX: Clean up", dojo.moduleUrl("dojox", "gfx/tests/test_lifecycle.html"), 3600000); |
|
doh.registerUrl("GFX: Container bbox", dojo.moduleUrl("dojox", "gfx/tests/test_containerBBox.html"), 3600000); |
|
doh.registerUrl("GFX: Text bbox", dojo.moduleUrl("dojox", "gfx/tests/test_textbbox.html"), 3600000); |
|
doh.registerUrl("GFX: Batch API", dojo.moduleUrl("dojox", "gfx/tests/test_batch.html"), 3600000); |
|
doh.registerUrl("GFX: switchTo", dojo.moduleUrl("dojox", "gfx/tests/test_switchTo.html"), 3600000); |
|
doh.registerUrl("GFX: SVG Mask", dojo.moduleUrl("dojox", "gfx/tests/test_svg_mask.html"), 3600000); |
|
}catch(e){ |
|
doh.debug(e); |
|
} |
|
|
|
|