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:
725 bytes
|
Line | |
---|
1 | dojo.provide("dijit.tests.i18n.module"); |
---|
2 | |
---|
3 | try{ |
---|
4 | if(dojo.isBrowser){ |
---|
5 | doh.registerUrl("dijit.tests.i18n.currency", dojo.moduleUrl("dijit", "tests/i18n/currency.html"), 999999); |
---|
6 | doh.registerUrl("dijit.tests.i18n.date", dojo.moduleUrl("dijit", "tests/i18n/date.html"), 999999); |
---|
7 | doh.registerUrl("dijit.tests.i18n.number", dojo.moduleUrl("dijit", "tests/i18n/number.html"), 999999); |
---|
8 | doh.registerUrl("dijit.tests.i18n.textbox", dojo.moduleUrl("dijit", "tests/i18n/textbox.html"), 999999); |
---|
9 | doh.registerUrl("dijit.tests.i18n.time", dojo.moduleUrl("dijit", "tests/i18n/time.html"), 999999); |
---|
10 | doh.registerUrl("dijit.tests.i18n.digit", dojo.moduleUrl("dijit", "tests/i18n/digit.html"), 999999); |
---|
11 | } |
---|
12 | }catch(e){ |
---|
13 | doh.debug(e); |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.