From 870334be3f58507c05bfc72f3edbe5db10af4caf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 2 Apr 2013 20:06:16 +0400 Subject: remove dojo uncompressed files --- lib/dijit/dijit.js.uncompressed.js | 26 -------------------------- 1 file changed, 26 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 f4204b94a..000000000 --- a/lib/dijit/dijit.js.uncompressed.js +++ /dev/null @@ -1,26 +0,0 @@ -define("dijit/dijit", [ - "./main", - "./_base", - "dojo/parser", - "./_Widget", - "./_TemplatedMixin", - "./_Container", - "./layout/_LayoutWidget", - "./form/_FormWidget", - "./form/_FormValueWidget" -], function(dijit){ - - // module: - // dijit/dijit - - /*===== - return { - // 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