Passing instance through onModulesLoaded

This commit is contained in:
Francisco Hodge
2020-09-02 11:09:45 -04:00
parent 71b49a51e3
commit 139689cfa2
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1066,7 +1066,7 @@ class SimpleKeyboard {
*/
onModulesLoaded() {
if (typeof this.options.onModulesLoaded === "function")
this.options.onModulesLoaded();
this.options.onModulesLoaded(this);
}
/**