Skip to content

Instantly share code, notes, and snippets.

@garystorey
Created May 7, 2013 16:06
Show Gist options
  • Select an option

  • Save garystorey/5533809 to your computer and use it in GitHub Desktop.

Select an option

Save garystorey/5533809 to your computer and use it in GitHub Desktop.
IIFE (Immediately Invoked Function Expression)
// 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