Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
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.