Last change
on this file since 483 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
478 bytes
|
Line | |
---|
1 | define(["doh/main", "require"], function(doh, require){ |
---|
2 | |
---|
3 | doh.register("i18n.currency", require.toUrl("./currency.html"), 999999); |
---|
4 | doh.register("i18n.date", require.toUrl("./date.html"), 999999); |
---|
5 | doh.register("i18n.number", require.toUrl("./number.html"), 999999); |
---|
6 | doh.register("i18n.textbox", require.toUrl("./textbox.html"), 999999); |
---|
7 | doh.register("i18n.time", require.toUrl("./time.html"), 999999); |
---|
8 | doh.register("i18n.digit", require.toUrl("./digit.html"), 999999); |
---|
9 | |
---|
10 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.