Cleanup bubbling focus and blur events
authorlrbabe <lrbabe@lrbabe-laptop>
Fri, 6 Nov 2009 11:59:45 +0000 (19:59 +0800)
committerJohn Resig <jeresig@gmail.com>
Mon, 9 Nov 2009 11:41:43 +0000 (19:41 +0800)
commit9a69b2cf08f11d58ba5e53e540b96b8f4ce5072d
tree58295a6512c8f2380157e1c42f00bb83e3f4ad19
parente03aee1aa6d26107328052998bdf9f54fa08d9ef
Cleanup bubbling focus and blur events
- Use cached event instead of jQuery.event
- Do not cache event.special if you use it only once
src/event.js