Sha256: b87829479497aa29c5754d247b5ebf000bb0ba641e6eb037c85044775fa455c9
Contents?: true
Size: 365 Bytes
Versions: 5
Compression:
Stored size: 365 Bytes
Contents
define("dijit/_base/window", [ "dojo/window", // windowUtils.get ".." // export symbol to dijit ], function(windowUtils, dijit){ // module: // dijit/_base/window // 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
5 entries across 5 versions & 1 rubygems