mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 09:28:05 -05:00
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.