Skip to content

Instantly share code, notes, and snippets.

@zzuhan
Created November 23, 2013 02:31
Show Gist options
  • Save zzuhan/7610036 to your computer and use it in GitHub Desktop.
Save zzuhan/7610036 to your computer and use it in GitHub Desktop.
Get global object in any js runtime environment.
(function(){
var global = this;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment