aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-12-17 17:57:02 -0500
committerRick Waldron <waldron.rick@gmail.com>2012-12-26 13:34:37 -0500
commit8000c6cf20f682ef11bc52656efdaeb965c0dffa (patch)
tree871f265acf9304d2f29de2663b37734952e2ec6b
parentf300c5c2f33641d56f467807b1389c928144d4a2 (diff)
downloadjquery-8000c6cf20f682ef11bc52656efdaeb965c0dffa.tar.gz
jquery-8000c6cf20f682ef11bc52656efdaeb965c0dffa.zip
Remove setTimeout for body existance
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
-rw-r--r--src/core.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core.js b/src/core.js
index 5661a4e7a..02c9624f5 100644
--- a/src/core.js
+++ b/src/core.js
@@ -368,11 +368,6 @@ jQuery.extend({
return;
}
- // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443).
- if ( !document.body ) {
- return setTimeout( jQuery.ready );
- }
-
// Remember that the DOM is ready
jQuery.isReady = true;