We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adadae commit aeb4c38Copy full SHA for aeb4c38
Source/Utilities/DOMReady.js
@@ -77,6 +77,7 @@ if ('onreadystatechange' in document) document.addListener('readystatechange', c
77
else shouldPoll = true;
78
79
if (shouldPoll) poll();
80
+if (!ready) check();
81
82
Element.Events.domready = {
83
onAdd: function(fn){
0 commit comments