]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_base/window.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _base / window.js.uncompressed.js
1 define("dijit/_base/window", [
2 "dojo/window", // windowUtils.get
3 ".." // export symbol to dijit
4 ], function(windowUtils, dijit){
5 // module:
6 // dijit/_base/window
7 // summary:
8 // Back compatibility module, new code should use windowUtils directly instead of using this module.
9
10 dijit.getDocumentWindow = function(doc){
11 return windowUtils.get(doc);
12 };
13 });