source:
Dev/trunk/src/client/dojox/image/tests/module.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 383 bytes |
Line | |
---|---|
1 | dojo.provide("dojox.image.tests.module"); |
2 | |
3 | try{ |
4 | |
5 | doh.registerUrl("dojox.image.tests._base", dojo.moduleUrl("dojox.image.tests", "test_base.html")); |
6 | doh.registerUrl("dojox.image.tests.Lightbox", dojo.moduleUrl("dojox.image.tests", "Lightbox.html")); |
7 | doh.registerUrl("dojox.image.tests.onloads", dojo.moduleUrl("dojox.image.tests", "onloads.html")); |
8 | |
9 | }catch(e){ |
10 | doh.debug(e); |
11 | } |
12 | |
13 |
Note: See TracBrowser
for help on using the repository browser.