Skip to content

Instantly share code, notes, and snippets.

@DavertMik
Last active December 17, 2015 03:08
Show Gist options
  • Save DavertMik/5540669 to your computer and use it in GitHub Desktop.
Save DavertMik/5540669 to your computer and use it in GitHub Desktop.
mail model
Mail = Backbone.Model.extend({
domain: function() {
return "@mailican.com";
},
local: function() {
return user.get('name')+"."+this.get('alias');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment