Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created October 18, 2011 22:40
Show Gist options
  • Save andymckay/1296961 to your computer and use it in GitHub Desktop.
Save andymckay/1296961 to your computer and use it in GitHub Desktop.
top_opener.modalFromURL(thanks_url, {'callback': function() {
purchases.thanks(top_opener);
}});
thanks: function(win) {
console.log(this);
console.log($(win.document).closest('body'));
},
Object { init=function(), result=function(), reset=function(), more...}
[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment