mirror of
https://github.com/discourse/discourse.git
synced 2025-03-08 20:49:50 +00:00
Remove extra comma
This commit is contained in:
parent
0de96a6059
commit
886787b157
@ -29,6 +29,6 @@ Discourse.ComposerMessagesView = Ember.CollectionView.extend({
|
|||||||
var replyControl = $('#reply-control');
|
var replyControl = $('#reply-control');
|
||||||
this.$().css('bottom', (replyControl.height() || 0) + "px").slideDown('fast');
|
this.$().css('bottom', (replyControl.height() || 0) + "px").slideDown('fast');
|
||||||
}
|
}
|
||||||
}),
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user