aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/string/tests/string.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/string/tests/string.js')
-rw-r--r--includes/js/dojox/string/tests/string.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/js/dojox/string/tests/string.js b/includes/js/dojox/string/tests/string.js
new file mode 100644
index 0000000..8afee57
--- /dev/null
+++ b/includes/js/dojox/string/tests/string.js
@@ -0,0 +1,10 @@
+if(!dojo._hasResource["dojox.string.tests.string"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
+dojo._hasResource["dojox.string.tests.string"] = true;
+dojo.provide("dojox.string.tests.string");
+
+try{
+ dojo.require("dojox.string.tests.Builder");
+ dojo.require("dojox.string.tests.sprintf");
+} catch(e){ }
+
+}