Delete old code

We don't have any more 'default' css classes. Default avatar data is
simply provided by a model for rendering in a view.

// FREEBIE
This commit is contained in:
lilia 2015-09-16 22:19:04 -07:00
parent 2bc65c2ab4
commit 93a5d01127
3 changed files with 0 additions and 19 deletions

View file

@ -26,8 +26,6 @@
});
this.recipients_view.$el.insertBefore(this.$('.container'));
this.$('.avatar').addClass('default');
this.member_list_view = new Whisper.ContactListView({
collection: this.model.contactCollection,
className: 'members'