summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/cometd/longPollTransport.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/cometd/longPollTransport.js')
-rw-r--r--js/dojo/dojox/cometd/longPollTransport.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/dojo/dojox/cometd/longPollTransport.js b/js/dojo/dojox/cometd/longPollTransport.js
new file mode 100644
index 0000000..9d2d6fc
--- /dev/null
+++ b/js/dojo/dojox/cometd/longPollTransport.js
@@ -0,0 +1,7 @@
+//>>built
+// wrapped by build app
+define("dojox/cometd/longPollTransport", ["dijit","dojo","dojox","dojo/require!dojox/cometd/longPollTransportJsonEncoded"], function(dijit,dojo,dojox){
+dojo.provide("dojox.cometd.longPollTransport");
+dojo.require("dojox.cometd.longPollTransportJsonEncoded");
+
+});