Last change
on this file since 483 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
383 bytes
|
Line | |
---|
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.