Build update

This commit is contained in:
Francisco Hodge
2020-12-22 00:26:34 +00:00
parent f16635436f
commit 8264ae199e
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.32.67
* simple-keyboard v2.32.68
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
File diff suppressed because one or more lines are too long
+5
View File
@@ -312,6 +312,11 @@ declare module 'simple-keyboard' {
* Clears keyboard listeners and DOM elements.
*/
destroy(): void;
/**
* Iterate on each button (ForEach)
*/
recurseButtons(fn: any): void;
}
export default Keyboard;
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long