source: Dev/branches/rest-dojo-ui/client/dojox/cometd.js @ 274

Last change on this file since 274 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 270 bytes
Line 
1// stub loader for the cometd module since no implementation code is allowed to live in top-level files
2dojo.provide("dojox.cometd");
3dojo.require("dojox.cometd._base");
4dojo.require("dojox.cometd.longPollTransport");
5dojo.require("dojox.cometd.callbackPollTransport");
Note: See TracBrowser for help on using the repository browser.