mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 18:38:12 -05:00
Remove setTimeout for body existance
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user