adds docs, tests unpack_gold_value

This commit is contained in:
2019-07-11 15:35:32 +02:00
parent e08cd64743
commit caa8d3fad6
4 changed files with 30 additions and 17 deletions

View File

@@ -61,6 +61,8 @@ export const AppStorage = {
this.__initPlayerList(players);
this.__initClaimsStore(claims);
});
// TODO: when __initPlayerList won't use promises
//.then(_ => this.state.initiated = true);
},
__initClaimsStore(data) {
for (var idx in data) {