webui-aria2/js/libs/dojox/cometd.js.uncompressed.js

11 lines
486 B
JavaScript
Raw Normal View History

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