Skip to content

Instantly share code, notes, and snippets.

@brian-mann
Forked from banister/list_view.js.coffee
Last active December 16, 2015 17:19
Show Gist options
  • Save brian-mann/5469641 to your computer and use it in GitHub Desktop.
Save brian-mann/5469641 to your computer and use it in GitHub Desktop.
class List.Event extends Marionette.ItemView
template: "events/list/templates/_event"
tagName: "tr"
triggers:
"click button" : "edit:event:clicked"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment