source: Dev/branches/rest-dojo-ui/client/dijit/_base.js @ 274

Last change on this file since 274 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 417 bytes
Line 
1define([
2        ".",
3        "./a11y",       // used to be in dijit/_base/manager
4        "./WidgetSet",  // used to be in dijit/_base/manager
5        "./_base/focus",
6        "./_base/manager",
7        "./_base/place",
8        "./_base/popup",
9        "./_base/scroll",
10        "./_base/sniff",
11        "./_base/typematic",
12        "./_base/wai",
13        "./_base/window"
14], function(dijit){
15
16        // module:
17        //              dijit/_base
18        // summary:
19        //              Includes all the modules in dijit/_base
20
21        return dijit._base;
22});
Note: See TracBrowser for help on using the repository browser.