Merge pull request #3 from Qstick/fix/ArtistDelete

Fixes Artist Delete after Previous UI Work
pull/6/head
Joseph Milazzo 7 years ago committed by GitHub
commit 49b616b69d

@ -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