module.js 900 B

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