Fix style

// FREEBIE
This commit is contained in:
lilia 2016-07-14 11:05:25 -07:00
parent 2870c1fff2
commit 748215e285

View file

@ -153,7 +153,7 @@
this.model.get('attachments').forEach(function(attachment) {
var view = new Whisper.AttachmentView({ model: attachment });
this.listenTo(view, 'update', function() {
if(!view.el.parentNode) {
if (!view.el.parentNode) {
this.trigger('beforeChangeHeight');
this.$('.attachments').append(view.el);
this.trigger('afterChangeHeight');