WIP pill view for selected recipients

This commit is contained in:
lilia 2015-02-05 20:42:16 -10:00
parent c84ccfc735
commit 746e6530b9
9 changed files with 366 additions and 172 deletions

View file

@ -25,6 +25,7 @@ var Whisper = Whisper || {};
this.$input = this.$el.find('input[type=file]');
this.modal = new Whisper.ModalView({el: $('#file-modal')});
this.thumb = new Whisper.AttachmentPreviewView();
this.$el.addClass('file-input');
},
events: {