diff --git a/src/interaction/interactiveTarget.js b/src/interaction/interactiveTarget.js index 2f44ade..fa0e383 100644 --- a/src/interaction/interactiveTarget.js +++ b/src/interaction/interactiveTarget.js @@ -33,7 +33,7 @@ * * @member {PIXI.Rectangle|PIXI.Circle|PIXI.Ellipse|PIXI.Polygon|PIXI.RoundedRectangle} */ - hitArea = null, + hitArea: null, /** * If enabled, the mouse cursor will change when hovered over the displayObject if it is interactive @@ -81,7 +81,7 @@ * @member {boolean} * @private */ - _touchDown: false, + _touchDown: false }; module.exports = interactiveTarget;