Last change
on this file since 533 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
864 bytes
|
Line | |
---|
1 | dojo.provide("dojox.gfx.tests.module"); |
---|
2 | |
---|
3 | try{ |
---|
4 | dojo.require("dojox.gfx.tests.matrix"); |
---|
5 | dojo.require("dojox.gfx.tests.decompose"); |
---|
6 | doh.registerUrl("GFX: Utils", dojo.moduleUrl("dojox", "gfx/tests/test_utils.html"), 3600000); |
---|
7 | doh.registerUrl("GFX: Base", dojo.moduleUrl("dojox", "gfx/tests/test_base.html"), 3600000); |
---|
8 | doh.registerUrl("GFX: Clean up", dojo.moduleUrl("dojox", "gfx/tests/test_lifecycle.html"), 3600000); |
---|
9 | doh.registerUrl("GFX: Container bbox", dojo.moduleUrl("dojox", "gfx/tests/test_containerBBox.html"), 3600000); |
---|
10 | doh.registerUrl("GFX: Text bbox", dojo.moduleUrl("dojox", "gfx/tests/test_textbbox.html"), 3600000); |
---|
11 | doh.registerUrl("GFX: Batch API", dojo.moduleUrl("dojox", "gfx/tests/test_batch.html"), 3600000); |
---|
12 | doh.registerUrl("GFX: switchTo", dojo.moduleUrl("dojox", "gfx/tests/test_switchTo.html"), 3600000); |
---|
13 | }catch(e){ |
---|
14 | doh.debug(e); |
---|
15 | } |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.