mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
Adjusting module loading
This commit is contained in:
parent
04b2a730ef
commit
7c5f0528f2
@ -328,11 +328,6 @@ class SimpleKeyboard {
|
|||||||
option = option || {};
|
option = option || {};
|
||||||
this.options = Object.assign(this.options, option);
|
this.options = Object.assign(this.options, option);
|
||||||
this.render();
|
this.render();
|
||||||
|
|
||||||
/**
|
|
||||||
* Apply modules
|
|
||||||
*/
|
|
||||||
this.loadModules();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user