phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/cometd/HttpChannels.js

8 lines
289 B
JavaScript
Raw Normal View History

2012-06-19 02:07:43 +00:00
//>>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;
});