cleanup, rename setState into updateState

This commit is contained in:
Géry Debongnie
2019-03-19 10:05:46 +01:00
parent 7d10e57cc0
commit 695636e60e
11 changed files with 61 additions and 60 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export class Root extends Widget<Store, State> {
}
mounted() {
this.store.on("state_updated", this, this.setState);
this.store.on("state_updated", this, this.updateState);
this.store.on("rpc_status", this, this.toggleLoadingIndicator);
this.store.on("update_action", this, this.applyController);
if (this.store.lastController) {