Rename jQuery.event.propHooks to .fixHooks.
commite5b16e3356358a17c54c647b129e44cb09076ec8
authorDave Methvin <dave.methvin@gmail.com>
Thu, 6 Oct 2011 01:41:32 +0000 (5 21:41 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 6 Oct 2011 01:41:32 +0000 (5 21:41 -0400)
tree637981f7cafaa8b0fe9254942df4ad822d2b254b
parent30cc7ae75cb9a65db70168340a7d3717ab8a0e9e
Rename jQuery.event.propHooks to .fixHooks.

We already have jQuery.propHooks for the .prop() method, so using the same name for unrelated functionality on a sub-namespace is crazy talk. Since the method involved is jQuery.event.fix(), this will hopefully tie them together. Oh, and it's shorter.
src/event.js
test/unit/event.js