aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ready.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ready.js b/src/core/ready.js
index ab9f0801e..2e33781c2 100644
--- a/src/core/ready.js
+++ b/src/core/ready.js
@@ -89,4 +89,7 @@ jQuery.ready.promise = function( obj ) {
return readyList.promise( obj );
};
+// Kick off the DOM ready check even if the user does not
+jQuery.ready.promise();
+
});