source: Dev/branches/rest-dojo-ui/client/dojox/main.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: 247 bytes
Line 
1define(["dojo/_base/kernel"], function(dojo) {
2        // module:
3        //              dojox/main
4        // summary:
5        //              The dojox package main module; dojox package is somewhat unusual in that the main module currently just provides an empty object.
6
7        return dojo.dojox;
8});
Note: See TracBrowser for help on using the repository browser.