]> git.wh0rd.org - tt-rss.git/blame - 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
CommitLineData
a089699c
AD
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
7dojo.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
12dojo.data = {
13 // summary: A uniform data access layer
14};
15
16dojo.dnd = {
17 // summary: Drag and Drop resources
18};
19
20dojo.io = {
21 // summary: Additional I/O transports (Ajax)
22};
23
24dojo.rpc = {
25 // summary: Dojo remote-procedure-call resources
26};
27
28// "variables"
29
30dojo.baseUrl = {
31 // summary: The root relative path to dojo.js (as a string)
81bea17a 32 // example:
a089699c
AD
33 // if(typeof dojo != "undefined"){ console.log(dojo.baseUrl); }
34};
35
36=====*/