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/_base/window.js.uncompressed.js | 13 ------------- 1 file changed, 13 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 0e065c966..000000000 --- a/lib/dijit/_base/window.js.uncompressed.js +++ /dev/null @@ -1,13 +0,0 @@ -define("dijit/_base/window", [ - "dojo/window", // windowUtils.get - ".." // export symbol to dijit -], function(windowUtils, dijit){ - // module: - // dijit/_base/window - // 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-54-g00ecf