Skip to content

Instantly share code, notes, and snippets.

@joshblack
Created October 5, 2014 17:07
Show Gist options
  • Save joshblack/815af69437dacee235c7 to your computer and use it in GitHub Desktop.
Save joshblack/815af69437dacee235c7 to your computer and use it in GitHub Desktop.
var MODULE = {};
MODULE.submodule = (function() {
function init() {
console.log('initiated!');
};
return {
init: init
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment