Skip to content

Instantly share code, notes, and snippets.

@afuggini
Created April 12, 2014 17:54
Show Gist options
  • Save afuggini/10548176 to your computer and use it in GitHub Desktop.
Save afuggini/10548176 to your computer and use it in GitHub Desktop.
'click .buy': function(event) {
event.preventDefault();
console.log(this._id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment