Skip to content

Commit

Permalink
ESLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Nov 7, 2015
1 parent 682a3cd commit 1bcdade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/views/composer.js.es6
Expand Up @@ -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.
Expand Down

0 comments on commit 1bcdade

Please sign in to comment.