From 0181c0110985cfd2659e81c8cc1ef5a2f73bc697 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 19:04:32 +0400 Subject: dojo: remove uncompressed files --- lib/dijit/dijit.js.uncompressed.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lib/dijit/dijit.js.uncompressed.js (limited to 'lib/dijit/dijit.js.uncompressed.js') diff --git a/lib/dijit/dijit.js.uncompressed.js b/lib/dijit/dijit.js.uncompressed.js deleted file mode 100644 index 7ead16abe..000000000 --- a/lib/dijit/dijit.js.uncompressed.js +++ /dev/null @@ -1,21 +0,0 @@ -define("dijit/dijit", [ - ".", - "./_base", - "dojo/parser", - "./_Widget", - "./_TemplatedMixin", - "./_Container", - "./layout/_LayoutWidget", - "./form/_FormWidget", - "./form/_FormValueWidget" -], function(dijit){ - - // module: - // dijit/dijit - // summary: - // A roll-up for common dijit methods - // All the stuff in _base (these are the function that are guaranteed available without an explicit dojo.require) - // And some other stuff that we tend to pull in all the time anyway - - return dijit; -}); -- cgit v1.2.3