webui-aria2/js/libs/dojox/cometd.js.uncompressed.js
2012-05-01 19:52:07 +08:00

11 lines
486 B
JavaScript

//>>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");
});