Docs update

This commit is contained in:
Francisco Hodge
2018-10-31 18:42:33 -04:00
parent 1f3d5ddf0d
commit 04b2a730ef
7 changed files with 19298 additions and 19589 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class App {
* Creates a new simple-keyboard instance
*/
this.keyboard = new Keyboard({
//debug: true,
debug: true,
layoutName: this.layoutName,
onChange: input => this.onChange(input),
onKeyPress: button => this.onKeyPress(button),
@@ -370,11 +370,6 @@ class SimpleKeyboard {
option = option || {};
this.options = Object.assign(this.options, option);
this.render();
/**
* Apply modules
*/
this.loadModules();
}
/**