Created
December 17, 2014 02:50
-
-
Save tonyonodi/a459b13c3657cb59cf82 to your computer and use it in GitHub Desktop.
Keep things out of global scope
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
/* source: http://toddmotto.com/avoiding-anonymous-javascript-functions */ | |
(function (window, document, undefined) { | |
// la la la | |
})(window, document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment