aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/rpc/tests/libraryTests.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/rpc/tests/libraryTests.js')
-rw-r--r--includes/js/dojox/rpc/tests/libraryTests.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/js/dojox/rpc/tests/libraryTests.js b/includes/js/dojox/rpc/tests/libraryTests.js
deleted file mode 100644
index 7af2ae6..0000000
--- a/includes/js/dojox/rpc/tests/libraryTests.js
+++ /dev/null
@@ -1,12 +0,0 @@
-if(!dojo._hasResource["dojox.rpc.tests.libraryTests"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
-dojo._hasResource["dojox.rpc.tests.libraryTests"] = true;
-dojo.provide("dojox.rpc.tests.libraryTests");
-
-try{
- dojo.require("dojox.rpc.tests.Yahoo");
-}catch(e){
- doh.debug(e);
-}
-
-
-}