Adjusting module loading

This commit is contained in:
Francisco Hodge 2018-10-31 18:43:23 -04:00
parent 04b2a730ef
commit 7c5f0528f2

View File

@ -328,11 +328,6 @@ class SimpleKeyboard {
option = option || {};
this.options = Object.assign(this.options, option);
this.render();
/**
* Apply modules
*/
this.loadModules();
}
/**