Skip to content

Instantly share code, notes, and snippets.

@fuzzyfox
Last active December 18, 2015 20:49
Show Gist options
  • Save fuzzyfox/5843307 to your computer and use it in GitHub Desktop.
Save fuzzyfox/5843307 to your computer and use it in GitHub Desktop.
JavaScript: wicked closure pattern
// wicked closure pattern w/ hat tip to Paul Irish [source](https://gist.github.com/paulirish/315916)
(function(window, document, undefined){
})(this, this.document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment