Skip to content

Instantly share code, notes, and snippets.

@TexRx
Forked from rauschma/global.js
Created December 14, 2013 21:05
Show Gist options
  • Save TexRx/7964899 to your computer and use it in GitHub Desktop.
Save TexRx/7964899 to your computer and use it in GitHub Desktop.
(function (glob) {
// glob points to global object
}(typeof window !== 'undefined' ? window : global));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment