Skip to content

Instantly share code, notes, and snippets.

@StevenLangbroek
Created August 12, 2013 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenLangbroek/6214494 to your computer and use it in GitHub Desktop.
Save StevenLangbroek/6214494 to your computer and use it in GitHub Desktop.
NSP.SportSelectionView = Marionette.ItemView.extend
events:
'click #select': 'foo'
tagName: 'select'
id: 'select'
template: '#sport-select-view'
foo: ->
console.log 'bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment