]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_base.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _base.js.uncompressed.js
1 define("dijit/_base", [
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 });