summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery/src/core/ready.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/jquery/src/core/ready.js')
-rw-r--r--js/vendor/jquery/src/core/ready.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vendor/jquery/src/core/ready.js b/js/vendor/jquery/src/core/ready.js
index 122b1610d..db1a6e60a 100644
--- a/js/vendor/jquery/src/core/ready.js
+++ b/js/vendor/jquery/src/core/ready.js
@@ -73,7 +73,7 @@ jQuery.ready.promise = function( obj ) {
readyList = jQuery.Deferred();
// Catch cases where $(document).ready() is called after the browser event has already occurred.
- // we once tried to use readyState "interactive" here, but it caused issues like the one
+ // We once tried to use readyState "interactive" here, but it caused issues like the one
// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15
if ( document.readyState === "complete" ) {
// Handle it asynchronously to allow scripts the opportunity to delay ready