Skip to content

Instantly share code, notes, and snippets.

@jbdietrich
Created May 29, 2013 22:41
Show Gist options
  • Save jbdietrich/5674411 to your computer and use it in GitHub Desktop.
Save jbdietrich/5674411 to your computer and use it in GitHub Desktop.
events: {
'click .your_button': function(data){
data.target.ownerDocument.defaultView.open();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment