phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/cometd/HttpChannels.js
2013-03-19 15:55:33 +11:00

8 lines
289 B
JavaScript

//>>built
define(["dijit","dojo","dojox","dojo/require!dojox/io/httpParse,dojox/cometd/RestChannels"],function(_1,_2,_3){
_2.provide("dojox.cometd.HttpChannels");
_2.require("dojox.io.httpParse");
_2.require("dojox.cometd.RestChannels");
_3.cometd.HttpChannels=_3.cometd.RestChannels;
});