diff options
Diffstat (limited to 'js/dojo/dojox/cometd.js')
| -rw-r--r-- | js/dojo/dojox/cometd.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo/dojox/cometd.js b/js/dojo/dojox/cometd.js new file mode 100644 index 0000000..011095c --- /dev/null +++ b/js/dojo/dojox/cometd.js @@ -0,0 +1,10 @@ +//>>built +// wrapped by build app +define("dojox/cometd", ["dijit","dojo","dojox","dojo/require!dojox/cometd/_base,dojox/cometd/longPollTransport,dojox/cometd/callbackPollTransport"], function(dijit,dojo,dojox){ +// 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"); +dojo.require("dojox.cometd.longPollTransport"); +dojo.require("dojox.cometd.callbackPollTransport"); + +}); |
