Skip to content

Instantly share code, notes, and snippets.

@BBB
Created January 29, 2010 12:37
Show Gist options
  • Save BBB/289698 to your computer and use it in GitHub Desktop.
Save BBB/289698 to your computer and use it in GitHub Desktop.
function im_stoned(data, callback) {
data = data+1;
callback.call({"data": data});
}
im_stoned(4, function() {
alert(this.data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment