Remove setTimeout for body existance

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2012-12-17 17:57:02 -05:00
parent f300c5c2f3
commit 8000c6cf20

View 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;