2150 |
mathias |
1 |
if(!dojo._hasResource["dijit.tests.i18n.module"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
|
|
|
2 |
dojo._hasResource["dijit.tests.i18n.module"] = true;
|
|
|
3 |
dojo.provide("dijit.tests.i18n.module");
|
|
|
4 |
|
|
|
5 |
try{
|
|
|
6 |
if(dojo.isBrowser){
|
|
|
7 |
doh.registerUrl("dijit.tests.i18n.currency", dojo.moduleUrl("dijit", "tests/i18n/currency.html"));
|
|
|
8 |
doh.registerUrl("dijit.tests.i18n.date", dojo.moduleUrl("dijit", "tests/i18n/date.html"));
|
|
|
9 |
doh.registerUrl("dijit.tests.i18n.number", dojo.moduleUrl("dijit", "tests/i18n/number.html"));
|
|
|
10 |
doh.registerUrl("dijit.tests.i18n.textbox", dojo.moduleUrl("dijit", "tests/i18n/textbox.html"));
|
|
|
11 |
doh.registerUrl("dijit.tests.i18n.time", dojo.moduleUrl("dijit", "tests/i18n/time.html"));
|
|
|
12 |
}
|
|
|
13 |
}catch(e){
|
|
|
14 |
doh.debug(e);
|
|
|
15 |
}
|
|
|
16 |
|
|
|
17 |
}
|