This commit is contained in:
Tamius Han 2021-02-17 00:20:30 +01:00
parent 4d1da636e3
commit 4febd2f602

View File

@ -15,7 +15,7 @@ class UI {
) { ) {
this.interfaceId = interfaceId; this.interfaceId = interfaceId;
this.commsConfig = commsConfig; this.commsConfig = commsConfig;
this.storeConfig = storeConfig, this.storeConfig = storeConfig;
this.uiConfig = uiConfig; this.uiConfig = uiConfig;
this.init(); this.init();