]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/jsonPath/tests/module.js
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / jsonPath / tests / module.js
diff --git a/static/dojo-release-1.1.1/dojox/jsonPath/tests/module.js b/static/dojo-release-1.1.1/dojox/jsonPath/tests/module.js
new file mode 100644 (file)
index 0000000..46a5781
--- /dev/null
@@ -0,0 +1,12 @@
+if(!dojo._hasResource["dojox.jsonPath.tests.module"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
+dojo._hasResource["dojox.jsonPath.tests.module"] = true;
+dojo.provide("dojox.jsonPath.tests.module");
+
+try{
+       dojo.require("dojox.jsonPath.tests.jsonPath");
+}catch(e){
+       doh.debug(e);
+}
+
+
+}