diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-08-14 19:04:32 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-08-14 19:04:32 +0400 |
| commit | 0181c0110985cfd2659e81c8cc1ef5a2f73bc697 (patch) | |
| tree | e2250a345481fa63cfcf98d76830338ad7eb9818 /lib/dijit/main.js.uncompressed.js | |
| parent | 973c4a649fd8f83ed85004f3365f10f9c24d8349 (diff) | |
dojo: remove uncompressed files
Diffstat (limited to 'lib/dijit/main.js.uncompressed.js')
| -rw-r--r-- | lib/dijit/main.js.uncompressed.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/dijit/main.js.uncompressed.js b/lib/dijit/main.js.uncompressed.js deleted file mode 100644 index 159bb4276..000000000 --- a/lib/dijit/main.js.uncompressed.js +++ /dev/null @@ -1,10 +0,0 @@ -define("dijit/main", [ - "dojo/_base/kernel" -], function(dojo){ - // module: - // dijit - // summary: - // The dijit package main module - - return dojo.dijit; -}); |