Skip to content

Commit

Permalink
lint and tsc, #790
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 8, 2023
1 parent 446c3fa commit 4426707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/keypad/Keypad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class Keypad extends Node {
}

this.addInputListener( new KeyboardListener( {
keys: Object.keys( keyboardKeys ) as OneKeyStroke[],
keys: Object.keys( keyboardKeys ),
callback: ( sceneryEvent, listener ) => {
const keyObject = keyboardKeys[ listener.keysPressed! ];
this.keyAccumulator.handleKeyPressed( keyObject!.identifier );
Expand Down

0 comments on commit 4426707

Please sign in to comment.