Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Created March 17, 2011 01:45
Show Gist options
  • Select an option

  • Save NuckChorris/873709 to your computer and use it in GitHub Desktop.

Select an option

Save NuckChorris/873709 to your computer and use it in GitHub Desktop.
Modularity
exports.A = function(){
var bar = function( ) {
return true;
}
/**
* Public stuff
**/
return {
bar: bar,
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment