|
|
@ -59,8 +59,7 @@ define(
|
|
|
|
initialize: function () {
|
|
|
|
initialize: function () {
|
|
|
|
this.listenTo(this.model, 'change:monitored', this._setMonitoredState);
|
|
|
|
this.listenTo(this.model, 'change:monitored', this._setMonitoredState);
|
|
|
|
this.listenTo(vent, vent.Events.SeriesDeleted, this._onSeriesDeleted);
|
|
|
|
this.listenTo(vent, vent.Events.SeriesDeleted, this._onSeriesDeleted);
|
|
|
|
|
|
|
|
this.listenTo(vent, vent.Events.CommandComplete, this._commandComplete);
|
|
|
|
vent.on(vent.Events.CommandComplete, this._commandComplete, this);
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
onShow: function () {
|
|
|
|
onShow: function () {
|
|
|
|