mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 22:54:54 -05:00
Event: Copy detail property to jQuery.Event on native events
Fixes gh-1867
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user