source:
Dev/trunk/src/client/dijit/main.js
@
532
Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 269 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "dojo/_base/kernel" | |
3 | ], function(dojo){ | |
4 | // module: | |
5 | // dijit/main | |
6 | ||
7 | /*===== | |
8 | return { | |
9 | // summary: | |
10 | // The dijit package main module. | |
11 | // Deprecated. Users should access individual modules (ex: dijit/registry) directly. | |
12 | }; | |
13 | =====*/ | |
14 | ||
15 | return dojo.dijit; | |
16 | }); |
Note: See TracBrowser
for help on using the repository browser.