aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/cometd.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/cometd.js')
-rw-r--r--includes/js/dojox/cometd.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/js/dojox/cometd.js b/includes/js/dojox/cometd.js
new file mode 100644
index 0000000..0a02a9f
--- /dev/null
+++ b/includes/js/dojox/cometd.js
@@ -0,0 +1,7 @@
+if(!dojo._hasResource["dojox.cometd"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
+dojo._hasResource["dojox.cometd"] = true;
+// stub loader for the cometd module since no implementation code is allowed to live in top-level files
+dojo.provide("dojox.cometd");
+dojo.require("dojox.cometd._base");
+
+}