mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 20:13:43 +08: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…
Reference in New Issue
Block a user