Skip to content

Instantly share code, notes, and snippets.

@paulca
Created April 13, 2010 08:38
Show Gist options
  • Select an option

  • Save paulca/364427 to your computer and use it in GitHub Desktop.

Select an option

Save paulca/364427 to your computer and use it in GitHub Desktop.
Subscription = {
choose_plan: function(){
console.log('boom')
},
initialize: function(){
$('li[data-behavior=choose-plan]').click(this.choose_plan)
}
}
@paulca

paulca commented Apr 13, 2010

Copy link
Copy Markdown
Author

"this" makes me very happy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment