Skip to content

Instantly share code, notes, and snippets.

@fdaciuk
Last active December 12, 2015 08:49
Show Gist options
  • Save fdaciuk/4747321 to your computer and use it in GitHub Desktop.
Save fdaciuk/4747321 to your computer and use it in GitHub Desktop.
Modelo de Javascript em Módulos
(function( window, document, $ ) {
var obj = function() {
};
})( window, document, jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment