mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Event: Add "code" property to Event object
Fixes gh-3978 Closes gh-3998
This commit is contained in:
parent
73d7e6259c
commit
899c56f6ad
@ -616,6 +616,7 @@ jQuery.each( {
|
||||
shiftKey: true,
|
||||
view: true,
|
||||
"char": true,
|
||||
code: true,
|
||||
charCode: true,
|
||||
key: true,
|
||||
keyCode: true,
|
||||
|
Loading…
Reference in New Issue
Block a user