Skip to content

Instantly share code, notes, and snippets.

@paulca
Created April 13, 2010 08:38
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 paulca/364427 to your computer and use it in GitHub Desktop.
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
Copy link
Author

paulca commented Apr 13, 2010

"this" makes me very happy.

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