source: Dev/trunk/src/client/dojox/gfx/tests/performance/module.js

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 
1dojo.provide("dojox.gfx.tests.performance.module");
2if(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.