Delete playlist implemented

This commit is contained in:
Fergal Moran
2014-08-13 23:02:43 +01:00
parent 17be502cb1
commit b010c59ff5

View File

@@ -29,10 +29,12 @@
@render()
onDeletePlaylist: ->
onDeletePlaylist: (e) ->
utils.messageBox "/dlg/DeletePlaylistConfirm", =>
@model.destroy()
e.stopPropagation()
setContained: (contained)=>
@ui.mixExistsIndicator.prop('checked', contained)