Event: Add "code" property to Event object

Fixes gh-3978
Closes gh-3998
This commit is contained in:
tmybr11 2018-04-17 18:29:11 -03:00 committed by Dave Methvin
parent 73d7e6259c
commit 899c56f6ad

View File

@ -616,6 +616,7 @@ jQuery.each( {
shiftKey: true,
view: true,
"char": true,
code: true,
charCode: true,
key: true,
keyCode: true,