]> git.wh0rd.org Git - tt-rss.git/blob - lib/dijit/dijit.js.uncompressed.js
f4204b94a05ba39ecf11b4defc2e28fbe479e503
[tt-rss.git] / lib / dijit / dijit.js.uncompressed.js
1 define("dijit/dijit", [
2         "./main",
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
16         /*=====
17         return {
18                 // summary:
19                 //              A roll-up for common dijit methods
20                 //              All the stuff in _base (these are the function that are guaranteed available without an explicit dojo.require)
21                 //              And some other stuff that we tend to pull in all the time anyway
22         };
23         =====*/
24
25         return dijit;
26 });