diff options
Diffstat (limited to 'js/dojo/dojox/main.js')
| -rw-r--r-- | js/dojo/dojox/main.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo/dojox/main.js b/js/dojo/dojox/main.js new file mode 100644 index 0000000..c228c47 --- /dev/null +++ b/js/dojo/dojox/main.js @@ -0,0 +1,9 @@ +//>>built +define("dojox/main", ["dojo/_base/kernel"], function(dojo) { + // module: + // dojox/main + // summary: + // The dojox package main module; dojox package is somewhat unusual in that the main module currently just provides an empty object. + + return dojo.dojox; +});
\ No newline at end of file |
