Last change
on this file was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
-
Property svn:executable set to
*
|
File size:
412 bytes
|
Line | |
---|
1 | dojo.provide("dojox.gfx.tests.performance.module"); |
---|
2 | if(dojo.isBrowser){ |
---|
3 | doh.registerUrl("GFX: Primitives", dojo.moduleUrl("dojox", "gfx/tests/performance/gfx_primitives.html"), 3600000); |
---|
4 | doh.registerUrl("GFX: Fill", dojo.moduleUrl("dojox", "gfx/tests/performance/gfx_fill.html"), 3600000); |
---|
5 | doh.registerUrl("GFX: Complex Scenes", dojo.moduleUrl("dojox", "gfx/tests/performance/gfx_scenes.html"), 3600000); |
---|
6 | } |
---|
7 | |
---|
8 | |
---|
Note: See
TracBrowser
for help on using the repository browser.