7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
//>>built
|
|
define("dijit/_base/window",["dojo/window",".."],function(_1,_2){
|
|
_2.getDocumentWindow=function(_3){
|
|
return _1.get(_3);
|
|
};
|
|
});
|