Skip to content

Instantly share code, notes, and snippets.

@maeharin
Created January 23, 2013 06:36
Show Gist options
  • Save maeharin/4602628 to your computer and use it in GitHub Desktop.
Save maeharin/4602628 to your computer and use it in GitHub Desktop.
var c = {name: 'hoge'};
(function() {this.echo = function() {console.log(this);};}).call(c);
c.echo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment