Make sure that if an additional load event is triggered (such as an iframe being...
authorJohn Resig <jeresig@gmail.com>
Tue, 9 Nov 2010 18:44:06 +0000 (13:44 -0500)
committerJohn Resig <jeresig@gmail.com>
Tue, 9 Nov 2010 18:44:06 +0000 (13:44 -0500)
commit983548f8ebc3fcd1bb4600bc4b740cb8a5d4c48b
tree85adceefe41c6ba7da7252bbd1a048dd9941156d
parentaa743969763bde258fd16979c7205605ac6eae0f
Make sure that if an additional load event is triggered (such as an iframe being dynamically injected in DOM ready) the ready event isn't triggered twice. Fixes #7352.
src/core.js