-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The latest Closure Compiler is more picky about Event types, and complained about the use of "key" on Event. This updates the Event types so that the compiler has the correct type info. This also stops using "keyCode", which is deprecated, and only uses the current "key" property, which is even supported on IE, and should not create any compatibility issues. Issue #2528 Backported to v2.5.x Change-Id: Ic565772b1cc9597e358df015a73c40ac245edd6a
- Loading branch information
1 parent
09504f1
commit 77dfd7c
Showing
2 changed files
with
21 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters