]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/resources/_modules.js
if plugin method get_css(), embed plugin-specific css to main UI
[tt-rss.git] / lib / dojo / resources / _modules.js
1 /*=====
2 // Supplemental summaries for those hard-to-doc places your conventional doc parser can't reach.
3 // Where possible, these summaries should appear inline in the code.
4 //
5 // this is "package level documentation"
6
7 dojo.cldr = {
8 // summary: transformation of relevant pieces of the Unicode.org Common Locale Data Repository
9 // (see http://unicode.org/cldr) to JSON from the original XML with associated utility classes
10 };
11
12 dojo.data = {
13 // summary: A uniform data access layer
14 };
15
16 dojo.dnd = {
17 // summary: Drag and Drop resources
18 };
19
20 dojo.io = {
21 // summary: Additional I/O transports (Ajax)
22 };
23
24 dojo.rpc = {
25 // summary: Dojo remote-procedure-call resources
26 };
27
28 // "variables"
29
30 dojo.baseUrl = {
31 // summary: The root relative path to dojo.js (as a string)
32 // example:
33 // if(typeof dojo != "undefined"){ console.log(dojo.baseUrl); }
34 };
35
36 =====*/