]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/string/tests/string.js
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / string / tests / string.js
diff --git a/static/dojo-release-1.1.1/dojox/string/tests/string.js b/static/dojo-release-1.1.1/dojox/string/tests/string.js
new file mode 100644 (file)
index 0000000..8afee57
--- /dev/null
@@ -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){ }
+
+}