Skip to content

Instantly share code, notes, and snippets.

@BiggerNoise
Created September 2, 2012 04:00
Show Gist options
  • Save BiggerNoise/3594728 to your computer and use it in GitHub Desktop.
Save BiggerNoise/3594728 to your computer and use it in GitHub Desktop.
Namespace/Module Use 3
company.master.users = company.master.users.extend(function(){
// use it
var myLocalThing = this.privateThing,
ExposedClass = function(){
};
return {
Exposed:ExposedClass
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment