Skip to content

Instantly share code, notes, and snippets.

@rlazoti
Last active December 22, 2015 05:28
Show Gist options
  • Save rlazoti/6423782 to your computer and use it in GitHub Desktop.
Save rlazoti/6423782 to your computer and use it in GitHub Desktop.
module.js example
Module("MyModule", function(MyModule) {
function privateMethod() {}
MyModule.fn.publicMethod = function() {};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment