Skip to content

Instantly share code, notes, and snippets.

@RadekMolenda
Created September 19, 2014 09:17
Show Gist options
  • Save RadekMolenda/335608462d499bc425b8 to your computer and use it in GitHub Desktop.
Save RadekMolenda/335608462d499bc425b8 to your computer and use it in GitHub Desktop.
this.$button.on('click', $.proxy(function(event) {
event.preventDefault();
log(this, newLink(this), "Reservations Link");
this.open(newLink(this));
}, this));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment