mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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');
|
||||
this.$().css('bottom', (replyControl.height() || 0) + "px").slideDown('fast');
|
||||
}
|
||||
}),
|
||||
})
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user