]> git.wh0rd.org Git - tt-rss.git/blob - lib/dijit/_base.js.uncompressed.js
add prototype simple remover of baaaad tags based on domdocument
[tt-rss.git] / lib / dijit / _base.js.uncompressed.js
1 define("dijit/_base", [
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 });