We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f95c9 commit a90ff8cCopy full SHA for a90ff8c
src/event.js
@@ -528,7 +528,7 @@ jQuery.event = {
528
},
529
530
// Includes some event props shared by KeyEvent and MouseEvent
531
- props: ( "altKey bubbles cancelable ctrlKey currentTarget eventPhase " +
+ props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " +
532
"metaKey relatedTarget shiftKey target timeStamp view which" ).split(" "),
533
534
fixHooks: {},
0 commit comments