Этот коммит содержится в:
enahum
2016-11-21 10:36:39 -03:00
коммит произвёл GitHub
родитель fee3339217
Коммит ebb8c93baa

Просмотреть файл

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