Skip to content

Instantly share code, notes, and snippets.

@verekia
Created January 20, 2016 19:43
Show Gist options
  • Save verekia/a75f0f4c26a7c4317a02 to your computer and use it in GitHub Desktop.
Save verekia/a75f0f4c26a7c4317a02 to your computer and use it in GitHub Desktop.
define(function(){
function User(name){
this.name = name || 'Default name';
}
return User;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment