зеркало из https://github.com/docker/kitematic.git
Fix dupe events
This commit is contained in:
Родитель
4795e323e2
Коммит
bf0abc1d2c
|
@ -29,7 +29,7 @@ var Setup = React.createClass({
|
|||
SetupStore.removeListener(SetupStore.ERROR_EVENT, this.update);
|
||||
},
|
||||
handleRetry: function () {
|
||||
metrics.track('Retried Setup');
|
||||
metrics.track('Setup Retried');
|
||||
SetupStore.retry();
|
||||
},
|
||||
handleOpenWebsite: function () {
|
||||
|
|
|
@ -197,7 +197,6 @@ var SetupStore = assign(Object.create(EventEmitter.prototype), {
|
|||
this.emit(this.STEP_EVENT);
|
||||
}
|
||||
yield this.wait();
|
||||
metrics.track('Setup Retried');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче