Last active
December 18, 2015 20:49
-
-
Save fuzzyfox/5843307 to your computer and use it in GitHub Desktop.
JavaScript: wicked closure pattern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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