cometd.js 476 B

123456789
  1. // wrapped by build app
  2. define("dojox/cometd", ["dijit","dojo","dojox","dojo/require!dojox/cometd/_base,dojox/cometd/longPollTransport,dojox/cometd/callbackPollTransport"], function(dijit,dojo,dojox){
  3. // stub loader for the cometd module since no implementation code is allowed to live in top-level files
  4. dojo.provide("dojox.cometd");
  5. dojo.require("dojox.cometd._base");
  6. dojo.require("dojox.cometd.longPollTransport");
  7. dojo.require("dojox.cometd.callbackPollTransport");
  8. });