Created
May 7, 2013 16:06
-
-
Save garystorey/5533809 to your computer and use it in GitHub Desktop.
IIFE (Immediately Invoked Function Expression)
This file contains hidden or 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
| // IIFE (Immediately Invoked Function Expression) | |
| (function(window, $, undefined){ | |
| // code here.. | |
| })(window, jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment