mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Remove extra comma
This commit is contained in:
parent
0de96a6059
commit
886787b157
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue