Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Created August 13, 2013 10:00
Show Gist options
  • Save davidvanleeuwen/6219705 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/6219705 to your computer and use it in GitHub Desktop.
views: {
'click #tab': {
myActiveTabClass: '.my-tab'
view: _.template($('#tab-view').html()),
onActive: 'setActive'
}
},
setActive: function (options) {
this.$(options.myActiveTabClass).addClass('active')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment