From 05e3c89ca193be6ec1d14e2f886207b9365e50e3 Mon Sep 17 00:00:00 2001 From: Uwe Oestermeier Date: Thu, 8 Aug 2019 14:30:42 +0200 Subject: [PATCH] Fixed eslint problems --- lib/pixi/buttongroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pixi/buttongroup.js b/lib/pixi/buttongroup.js index f312e4a..6ec72ad 100644 --- a/lib/pixi/buttongroup.js +++ b/lib/pixi/buttongroup.js @@ -514,7 +514,7 @@ export default class ButtonGroup extends PIXI.Container { // stack! const distanceToTop = this.container.y const distanceToBottom = this.opts.maxHeight - this.container.y - this.__initHeight - + if (distanceToTop > 0) { throwProps.y.end = 0 } else if (distanceToBottom > 0) {