Last change
on this file since 263 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
855 bytes
|
Line | |
---|
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 | =====*/ |
---|
Note: See
TracBrowser
for help on using the repository browser.