]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/resources/_modules.js
build custom layer of Dojo to speed up loading of tt-rss (refs #293)
[tt-rss.git] / lib / dojo / resources / _modules.js
1 /*
2 Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
3 Available via Academic Free License >= 2.1 OR the modified BSD license.
4 see: http://dojotoolkit.org/license for details
5 */
6
7
8 /*=====
9 // Supplemental summaries for those hard-to-doc places your conventional doc parser can't reach.
10 // Where possible, these summaries should appear inline in the code.
11 //
12 // this is "package level documentation"
13
14 dojo.cldr = {
15 // summary: transformation of relevant pieces of the Unicode.org Common Locale Data Repository
16 // (see http://unicode.org/cldr) to JSON from the original XML with associated utility classes
17 };
18
19 dojo.data = {
20 // summary: A uniform data access layer
21 };
22
23 dojo.dnd = {
24 // summary: Drag and Drop resources
25 };
26
27 dojo.io = {
28 // summary: Additional I/O transports (Ajax)
29 };
30
31 dojo.rpc = {
32 // summary: Dojo remote-procedure-call resources
33 };
34
35 // "variables"
36
37 dojo.baseUrl = {
38 // summary: The root relative path to dojo.js (as a string)
39 // example:
40 // if(typeof dojo != "undefined"){ console.log(dojo.baseUrl); }
41 };
42
43 =====*/