summaryrefslogtreecommitdiff
path: root/lib/dojo/domReady.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 16:23:37 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 16:23:37 +0300
commitf097f3383632a93dd1c2b21ed9cf568dc9f3ce38 (patch)
tree19381c741e4acf2fff0ed6b7abd4430170662b98 /lib/dojo/domReady.js
parented1bd992d79e012afd8b9f4dfcf75542aed67cf3 (diff)
update dojo to 1.14.2
Diffstat (limited to 'lib/dojo/domReady.js')
-rw-r--r--lib/dojo/domReady.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dojo/domReady.js b/lib/dojo/domReady.js
index 34940fcb3..e16f6b434 100644
--- a/lib/dojo/domReady.js
+++ b/lib/dojo/domReady.js
@@ -5,4 +5,4 @@
*/
//>>built
-define("dojo/domReady",["./has"],function(_1){var _2=(function(){return this;})(),_3=document,_4={"loaded":1,"complete":1},_5=typeof _3.readyState!="string",_6=!!_4[_3.readyState],_7=[],_8;function _9(_a){_7.push(_a);if(_6){_b();}};_9.load=function(id,_c,_d){_9(_d);};_9._Q=_7;_9._onQEmpty=function(){};if(_5){_3.readyState="loading";}function _b(){if(_8){return;}_8=true;while(_7.length){try{(_7.shift())(_3);}catch(err){console.error(err,"in domReady callback",err.stack);}}_8=false;_9._onQEmpty();};if(!_6){var _e=[],_f=function(evt){evt=evt||_2.event;if(_6||(evt.type=="readystatechange"&&!_4[_3.readyState])){return;}if(_5){_3.readyState="complete";}_6=1;_b();},on=function(_10,_11){_10.addEventListener(_11,_f,false);_7.push(function(){_10.removeEventListener(_11,_f,false);});};if(!_1("dom-addeventlistener")){on=function(_12,_13){_13="on"+_13;_12.attachEvent(_13,_f);_7.push(function(){_12.detachEvent(_13,_f);});};var div=_3.createElement("div");try{if(div.doScroll&&_2.frameElement===null){_e.push(function(){try{div.doScroll("left");return 1;}catch(e){}});}}catch(e){}}on(_3,"DOMContentLoaded");on(_2,"load");if("onreadystatechange" in _3){on(_3,"readystatechange");}else{if(!_5){_e.push(function(){return _4[_3.readyState];});}}if(_e.length){var _14=function(){if(_6){return;}var i=_e.length;while(i--){if(_e[i]()){_f("poller");return;}}setTimeout(_14,30);};_14();}}return _9;}); \ No newline at end of file
+define("dojo/domReady",["./global","./has"],function(_1,_2){var _3=document,_4={"loaded":1,"complete":1},_5=typeof _3.readyState!="string",_6=!!_4[_3.readyState],_7=[],_8;function _9(_a){_7.push(_a);if(_6){_b();}};_9.load=function(id,_c,_d){_9(_d);};_9._Q=_7;_9._onQEmpty=function(){};if(_5){_3.readyState="loading";}function _b(){if(_8){return;}_8=true;while(_7.length){try{(_7.shift())(_3);}catch(err){console.error(err,"in domReady callback",err.stack);}}_8=false;_9._onQEmpty();};if(!_6){var _e=[],_f=function(evt){evt=evt||_1.event;if(_6||(evt.type=="readystatechange"&&!_4[_3.readyState])){return;}if(_5){_3.readyState="complete";}_6=1;_b();},on=function(_10,_11){_10.addEventListener(_11,_f,false);_7.push(function(){_10.removeEventListener(_11,_f,false);});};if(!_2("dom-addeventlistener")){on=function(_12,_13){_13="on"+_13;_12.attachEvent(_13,_f);_7.push(function(){_12.detachEvent(_13,_f);});};var div=_3.createElement("div");try{if(div.doScroll&&_1.frameElement===null){_e.push(function(){try{div.doScroll("left");return 1;}catch(e){}});}}catch(e){}}on(_3,"DOMContentLoaded");on(_1,"load");if("onreadystatechange" in _3){on(_3,"readystatechange");}else{if(!_5){_e.push(function(){return _4[_3.readyState];});}}if(_e.length){var _14=function(){if(_6){return;}var i=_e.length;while(i--){if(_e[i]()){_f("poller");return;}}setTimeout(_14,30);};_14();}}return _9;}); \ No newline at end of file