Skip to content

Instantly share code, notes, and snippets.

@kevincennis
Created May 26, 2013 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevincennis/5651470 to your computer and use it in GitHub Desktop.
Save kevincennis/5651470 to your computer and use it in GitHub Desktop.
inception
var global = (function(){
return (function(){
return this.constructor.prototype;
}());
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment