1 define("dijit/_base/window", [
2 "dojo/window", // windowUtils.get
3 "../main" // export symbol to dijit
4 ], function(windowUtils, dijit){
11 // Back compatibility module, new code should use windowUtils directly instead of using this module.
15 dijit.getDocumentWindow = function(doc){
16 return windowUtils.get(doc);