aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/jsonPath/tests/module.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/jsonPath/tests/module.js')
-rw-r--r--includes/js/dojox/jsonPath/tests/module.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/js/dojox/jsonPath/tests/module.js b/includes/js/dojox/jsonPath/tests/module.js
deleted file mode 100644
index 46a5781..0000000
--- a/includes/js/dojox/jsonPath/tests/module.js
+++ /dev/null
@@ -1,12 +0,0 @@
-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);
-}
-
-
-}