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