Skip to content

Instantly share code, notes, and snippets.

@aozora
Created February 4, 2016 22:20
Show Gist options
  • Save aozora/e9e6cbbd5d444b7254dd to your computer and use it in GitHub Desktop.
Save aozora/e9e6cbbd5d444b7254dd to your computer and use it in GitHub Desktop.
// what is this?
(function(){
...
}());
// and this one?
(function($){
...
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment