source:
Dev/trunk/src/client/dijit/tests/module.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 189 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "./_base/module", | |
3 | "./infrastructure-module", | |
4 | ||
5 | "./general-module", | |
6 | "./tree/module", | |
7 | "./editor/module", | |
8 | "./form/module", | |
9 | "./layout/module", | |
10 | ||
11 | "./_BidiSupport/module" | |
12 | ], 1); | |
13 | ||
14 |
Note: See TracBrowser
for help on using the repository browser.