source: Dev/trunk/src/client/dijit/tests/module.js @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 189 bytes
Line 
1define([
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.