Skip to content

Commit

Permalink
bug fix in interface implementation, #790
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 8, 2023
1 parent 1ac786d commit 1842e06
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 @@ -93,7 +93,7 @@ class Keypad extends Node {

/**
* @param layout - an array that specifies the keys and the layout, see static instance below for example usage
* @param [options]
* @param [providedOptions]
*/
public constructor( layout: ( Key | null )[][], providedOptions?: KeypadOptions ) {

Expand Down

0 comments on commit 1842e06

Please sign in to comment.