Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created September 22, 2011 15:22
Show Gist options
  • Select an option

  • Save daGrevis/1235048 to your computer and use it in GitHub Desktop.

Select an option

Save daGrevis/1235048 to your computer and use it in GitHub Desktop.
Globals are evil, but still...
var global = (function () {
return this;
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment