Fix webclient this.setTeamId (#4603)

This commit is contained in:
enahum
2016-11-21 10:36:39 -03:00
committed by GitHub
parent fee3339217
commit ebb8c93baa

View File

@@ -14,7 +14,7 @@ class WebClientClass extends Client {
constructor() {
super();
this.enableLogErrorsToConsole(true);
TeamStore.addChangeListener(this.onTeamStoreChanged);
TeamStore.addChangeListener(this.onTeamStoreChanged.bind(this));
}
onTeamStoreChanged() {