]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/dijit.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / dijit.js.uncompressed.js
1 define("dijit/dijit", [
2 ".",
3 "./_base",
4 "dojo/parser",
5 "./_Widget",
6 "./_TemplatedMixin",
7 "./_Container",
8 "./layout/_LayoutWidget",
9 "./form/_FormWidget",
10 "./form/_FormValueWidget"
11 ], function(dijit){
12
13 // module:
14 // dijit/dijit
15 // summary:
16 // A roll-up for common dijit methods
17 // All the stuff in _base (these are the function that are guaranteed available without an explicit dojo.require)
18 // And some other stuff that we tend to pull in all the time anyway
19
20 return dijit;
21 });