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

Fixes gh-1867
This commit is contained in:
Dave Methvin
2014-12-03 15:56:50 -05:00
parent 80022c81ce
commit d9ed166c86
2 changed files with 20 additions and 1 deletions

View File

@@ -460,7 +460,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: {},