source: Dev/trunk/src/client/dijit/_base.js

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

Added Dojo 1.9.3 release.

File size: 457 bytes
Line 
1define([
2        "./main",
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
19        /*=====
20        return {
21                // summary:
22                //              Includes all the modules in dijit/_base
23        };
24        =====*/
25
26        return dijit._base;
27});
Note: See TracBrowser for help on using the repository browser.