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