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/_base/window.js.uncompressed.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lib/dijit/_base/window.js.uncompressed.js (limited to 'lib/dijit/_base/window.js.uncompressed.js') diff --git a/lib/dijit/_base/window.js.uncompressed.js b/lib/dijit/_base/window.js.uncompressed.js deleted file mode 100644 index 1b4c187ef..000000000 --- a/lib/dijit/_base/window.js.uncompressed.js +++ /dev/null @@ -1,18 +0,0 @@ -define("dijit/_base/window", [ - "dojo/window", // windowUtils.get - "../main" // export symbol to dijit -], function(windowUtils, dijit){ - // module: - // dijit/_base/window - - /*===== - return { - // summary: - // Back compatibility module, new code should use windowUtils directly instead of using this module. - }; - =====*/ - - dijit.getDocumentWindow = function(doc){ - return windowUtils.get(doc); - }; -}); -- cgit v1.2.3