Sha256: edf7078f0d31daece5faa770922508f711ccc457cd6f13ca08ca2ecc89f12d28
Contents?: true
Size: 405 Bytes
Versions: 8
Compression:
Stored size: 405 Bytes
Contents
define("dijit/_base/window", [ "dojo/window", // windowUtils.get "../main" // export symbol to dijit ], function(windowUtils, dijit){ // module: // dijit/_base/window /*===== return { // summary: // Back compatibility module, new code should use windowUtils directly instead of using this module. }; =====*/ dijit.getDocumentWindow = function(doc){ return windowUtils.get(doc); }; });
Version data entries
8 entries across 8 versions & 2 rubygems