aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/ready.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ready.js')
-rw-r--r--src/core/ready.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ready.js b/src/core/ready.js
index 73c3d706a..d8c688832 100644
--- a/src/core/ready.js
+++ b/src/core/ready.js
@@ -70,7 +70,7 @@ jQuery.ready.promise = function( obj ) {
// Catch cases where $(document).ready() is called
// after the browser event has already occurred.
- // Support: IE9-10 only
+ // Support: IE <=9 - 10 only
// Older IE sometimes signals "interactive" too soon
if ( document.readyState === "complete" ||
( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {