]> source.dussan.org Git - jquery.git/commit
propHooks now an object with `props` array and `filter` function.
authorDave Methvin <dave.methvin@gmail.com>
Sun, 25 Sep 2011 23:56:34 +0000 (19:56 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Sun, 25 Sep 2011 23:56:34 +0000 (19:56 -0400)
commitb4120a74306e1d98e212c77e5a89c1526a51fc3b
tree90b469ab87662e06cdd9864e4de431a1d8c9f09f
parentae27424b30df318a41ea445c296a0d5566a36467
propHooks now an object with `props` array and `filter` function.

Use the originalEvent to grab properties in filter functions since they often won't have been copied to event. Mark a few current props in the main jQuery.event.props list as deprecated, they aren't supported across all browsers.
src/event.js
test/unit/event.js