Skip to content

Instantly share code, notes, and snippets.

@etoxin
Last active October 21, 2015 00:11
Show Gist options
  • Save etoxin/0d202094320d466d2866 to your computer and use it in GitHub Desktop.
Save etoxin/0d202094320d466d2866 to your computer and use it in GitHub Desktop.
Access global var Browser + Node (Isomorphic)
(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