Fixes Artist Delete after Previous UI Work

pull/3/head
Qstick 7 years ago
parent 36f27058fa
commit 24f36a2a51

@ -42,8 +42,8 @@ var view = Marionette.ItemView.extend({
vent.trigger(vent.Commands.CloseModalCommand);
},
_removeSeries : function() {
vent.trigger(vent.Commands.DeleteSeriesCommand, { series : this.model });
_removeArtist : function() {
vent.trigger(vent.Commands.DeleteArtistCommand, { artist : this.model });
}
});

Loading…
Cancel
Save