Skip to content

Commit

Permalink
Event: Add "code" property to Event object
Browse files Browse the repository at this point in the history
Fixes gh-3978
Closes gh-3998
  • Loading branch information
tmybr11 authored and dmethvin committed Apr 17, 2018
1 parent 73d7e62 commit 899c56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event.js
Expand Up @@ -616,6 +616,7 @@ jQuery.each( {
shiftKey: true, shiftKey: true,
view: true, view: true,
"char": true, "char": true,
code: true,
charCode: true, charCode: true,
key: true, key: true,
keyCode: true, keyCode: true,
Expand Down

0 comments on commit 899c56f

Please sign in to comment.