Permalink
3 comments
on commit
sign in to comment.
Browse files
Make sure that document.body exists, at least, in IE before the ready…
… event is fired. Fixes #5443.
- Loading branch information
This comment has been minimized.
jdalton repliedNov 7, 2009
The issue http://dev.jquery.com/ticket/5443 presented more than 1 issue with 0 reproducible tests. How would this fix the FF issue (which the ticket is about) if this is in the
document.attachEvent
branch ? The IE issue wasn't attributed to style sheet order and while this addition is harmless I would dig seeing an actual reproducible test to verify the issue before just throwing code at it.This comment has been minimized.
jeresig repliedNov 9, 2009
Good catch - I backed it out, found a test case, and fixed it.
This comment has been minimized.
jdalton repliedNov 9, 2009
awesome :D