A large refactor of the event handling logic. Data and namespace information is maint...
authorjeresig <jeresig@gmail.com>
Thu, 4 Feb 2010 05:20:52 +0000 (00:20 -0500)
committerjeresig <jeresig@gmail.com>
Thu, 4 Feb 2010 05:20:52 +0000 (00:20 -0500)
commite7912805d6ee290071fb15fbca752e9f47fcd032
treeb5c6d809931d5b95ffcb463e7ebd2d8b6b467873
parent8a4b2102ff57fb113267cd2824fa4f3a907ae9ed
A large refactor of the event handling logic. Data and namespace information is maintained in a separate object now, no longer on the event handler. Proxy functions are no longer needed, as a result. Additionally execution order of the handlers is maintained, fixing #4261, and the execution of handlers is maintained even while they're being removed. Live events will be refactored separately.
src/event.js
test/unit/event.js