source: Dev/trunk/src/client/dojox/main.js @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 383 bytes
RevLine 
[483]1define(["dojo/_base/kernel"], function(dojo) {
2        // module:
3        //              dojox/main
4
5        /*=====
6        return {
7                // summary:
8                //              The dojox package main module; dojox package is somewhat unusual in that the main module currently just provides an empty object.
9                //              Apps should require modules from the dojox packages directly, rather than loading this module.
10        };
11        =====*/
12
13        return dojo.dojox;
14});
Note: See TracBrowser for help on using the repository browser.