Make sure that document ready events, inside a document ready, are added to the queue...
authorJohn Resig <jeresig@gmail.com>
Wed, 9 Dec 2009 21:45:06 +0000 (13:45 -0800)
committerJohn Resig <jeresig@gmail.com>
Wed, 9 Dec 2009 21:45:06 +0000 (13:45 -0800)
commit5e2163085cd210767d93416d78b2dc47c8abd912
tree26239deaa752b68f0ee9dddb80c22f3cfdc195fa
parent4b70f006f579fba24a882d80ca67f1971dbb4922
Make sure that document ready events, inside a document ready, are added to the queue rather than executing immediately. Fixes #5261.
src/core.js