build update

This commit is contained in:
Francisco Hodge
2018-10-24 20:27:29 -04:00
parent 222629abdd
commit 3070479369
7 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class App {
}
/**
*
* Handles shift functionality
*/
handleShiftButton = () => {
let layoutName = this.layoutName;
+1 -1
View File
@@ -181,7 +181,7 @@ class SimpleKeyboard {
/**
* Clear the keyboards input.
* @param {string} [inputName] optional - the internal input to select
* @param {string} [inputName] optional - the internal input to select
*/
clearInput = (inputName) => {
inputName = inputName || this.options.inputName;