]> source.dussan.org Git - jquery.git/commit
Merge branch 'fix-8789-rwldrn-fix' of git://github.com/dmethvin/jquery into fix-8789...
authorRick Waldron <waldron.rick@gmail.com>
Mon, 26 Sep 2011 16:46:01 +0000 (12:46 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 26 Sep 2011 16:46:01 +0000 (12:46 -0400)
commit36c82a1bcea14680b7efed47da8f3ebd9bf3de82
tree301559748cb706bdc19ea1abc2a1e5bc52802809
parent140bebb739da81e4439663f15e09d7cbbb77bdb8
parentc7838c3607239b0231128b270762609703ae3893
Merge branch 'fix-8789-rwldrn-fix' of git://github.com/dmethvin/jquery into fix-8789-rwldrn-fix

* 'fix-8789-rwldrn-fix' of git://github.com/dmethvin/jquery:
  Minor cleanups to code. Futile effort to get IE to pass the unit test.
  propHooks now an object with `props` array and `filter` function.
  Moves mouse properties to mouseProps
  current state
  Removes early return loop, must copy properties
  Shortcircuit fix if possible
  More ref localization
  Remove unnec. empty line
  More reference caching
  Cache reference to propHook lookup and result
  Restore this.propHooks => jQuery.event.propHooks for better gzip compression. Thanks gnarf
  Adds notes re: crash status of fix conditions
  Moves key event fixes to own even prop hook defs
  jQuery.event.propHooks => this.propHooks where possible
  Removes pageX pageY from prop list
  Updates rmouseEvent
  Implements jQuery.event.propHooks. Fixes #8789
  Adds implementation tests for jQuery.event.propHooks #8789