Skip to content

Commit

Permalink
fix: fix keycodes type (#5805)
Browse files Browse the repository at this point in the history
  • Loading branch information
maribethb authored Dec 13, 2021
1 parent cc3a1ee commit 0a96543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shortcut_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ShortcutRegistry = function() {

/**
* Enum of valid modifiers.
* @enum {!KeyCodes<number>}
* @enum {!KeyCodes}
*/
ShortcutRegistry.modifierKeys = {
'Shift': KeyCodes.SHIFT,
Expand Down

0 comments on commit 0a96543

Please sign in to comment.