string.js 430 B

123456789101112131415
  1. if (!dojo._hasResource["dojox.string.tests.string"]) { // _hasResource checks
  2. // added by build. Do
  3. // not use _hasResource
  4. // directly in your
  5. // code.
  6. dojo._hasResource["dojox.string.tests.string"] = true;
  7. dojo.provide("dojox.string.tests.string");
  8. try {
  9. dojo.require("dojox.string.tests.Builder");
  10. dojo.require("dojox.string.tests.sprintf");
  11. } catch (e) {
  12. }
  13. }