Skip to content

Instantly share code, notes, and snippets.

@tjchaplin
Created July 16, 2013 22:23
Show Gist options
  • Save tjchaplin/6015736 to your computer and use it in GitHub Desktop.
Save tjchaplin/6015736 to your computer and use it in GitHub Desktop.
Run method in node and in browser
(function(window){
"use strict";
console.log(window);
})(typeof global == 'object' && global || this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment