From: jeresig Date: Thu, 4 Feb 2010 05:20:52 +0000 (-0500) Subject: A large refactor of the event handling logic. Data and namespace information is maint... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=e7912805d6ee290071fb15fbca752e9f47fcd032;hp=e7912805d6ee290071fb15fbca752e9f47fcd032;p=jquery.git 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. ---