diff --git a/test-app/src/widgets/Button.js b/test-app/src/widgets/Button.js index 52a741b..1acfa8a 100644 --- a/test-app/src/widgets/Button.js +++ b/test-app/src/widgets/Button.js @@ -107,4 +107,4 @@ export default class Button extends createjs.Container { this.text.y = this.height / 2; this.addChild(this.text); } -} \ No newline at end of file +}