@ -67,8 +67,9 @@ define(
initialize: function () {
this.collection = new BlacklistCollection({ tableName: 'blacklist' });
this.listenTo(this.collection, 'sync', this._showTable);
vent.on(vent.Events.CommandComplete, this._commandComplete, this);
this.listenTo(vent, vent.Events.CommandComplete, this._commandComplete);
},
onShow: function () {
@ -59,8 +59,7 @@ define(
this.listenTo(this.model, 'change:monitored', this._setMonitoredState);
this.listenTo(vent, vent.Events.SeriesDeleted, this._onSeriesDeleted);
@ -31,7 +31,7 @@ define(
onRender: function(){
@ -61,7 +61,7 @@ define(
this.collection = new LogCollection();
onRender: function () {