Skip to content

Instantly share code, notes, and snippets.

@LucaRosaldi
Forked from paulirish/gist:315916
Last active August 5, 2016 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucaRosaldi/6396827 to your computer and use it in GitHub Desktop.
Save LucaRosaldi/6396827 to your computer and use it in GitHub Desktop.
javascript: Closure
/**
* Javascript closure.
*/
( function( window, document, undefined ) {
'use strict';
// do something
} )( window, window.document );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment