]> source.dussan.org Git - jquery.git/commitdiff
Remove setTimeout for body existance
authorRick Waldron <waldron.rick@gmail.com>
Mon, 17 Dec 2012 22:57:02 +0000 (17:57 -0500)
committerRick Waldron <waldron.rick@gmail.com>
Wed, 26 Dec 2012 18:34:37 +0000 (13:34 -0500)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
src/core.js

index 5661a4e7a7a1231f639031cdda48e42f497107de..02c9624f5cf566831c68815c2ce79865be59f438 100644 (file)
@@ -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;