source:
Dev/trunk/src/client/dojox/main.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 383 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["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.