Event: Copy detail property to jQuery.Event on native events

Fixes gh-1867
(cherry picked from commit d9ed166c86)

Conflicts:
   test/unit/event.js
This commit is contained in:
Dave Methvin 2014-12-03 15:56:50 -05:00
parent 93f95c9663
commit a90ff8c8c7

View File

@ -528,7 +528,7 @@ jQuery.event = {
},
// Includes some event props shared by KeyEvent and MouseEvent
props: ( "altKey bubbles cancelable ctrlKey currentTarget eventPhase " +
props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " +
"metaKey relatedTarget shiftKey target timeStamp view which" ).split(" "),
fixHooks: {},