WIP pill view for selected recipients
This commit is contained in:
parent
c84ccfc735
commit
746e6530b9
9 changed files with 366 additions and 172 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue