mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
ESLint fix
This commit is contained in:
parent
682a3cdfec
commit
1bcdade45f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const ComposerView = Ember.View.extend(Ember.Evented, {
|
|||
return composeState || Composer.CLOSED;
|
||||
},
|
||||
|
||||
movePanels(sizePx) {
|
||||
movePanels() {
|
||||
|
||||
// Do we need these anymore? causes issues on iPad. Reply sometimes does not
|
||||
// show composer due to bottom padding.
|
||||
|
|
Loading…
Reference in a new issue