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
@@ -370,11 +370,6 @@ class SimpleKeyboard {
option = option || {};
this.options = Object.assign(this.options, option);
this.render();
/**
* Apply modules
*/
this.loadModules();
}
/**