source:
Dev/branches/rest-dojo-ui/client/dijit/main.js
@
256
Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago | |
---|---|
File size: 145 bytes |
Rev | Line | |
---|---|---|
[256] | 1 | define([ |
2 | "dojo/_base/kernel" | |
3 | ], function(dojo){ | |
4 | // module: | |
5 | // dijit | |
6 | // summary: | |
7 | // The dijit package main module | |
8 | ||
9 | return dojo.dijit; | |
10 | }); |
Note: See TracBrowser
for help on using the repository browser.