diff --git a/src/input/CreateInteractiveObject.js b/src/input/CreateInteractiveObject.js index b26a11233..6070700ac 100644 --- a/src/input/CreateInteractiveObject.js +++ b/src/input/CreateInteractiveObject.js @@ -22,7 +22,7 @@ * @property {boolean} enabled - [description] * @property {boolean} draggable - [description] * @property {boolean} dropZone - [description] - * @property {[type]} target - [description] + * @property {?Phaser.GameObjects.GameObject} target - [description] * @property {Phaser.Cameras.Scene2D.Camera} camera - [description] * @property {*} hitArea - [description] * @property {HitAreaCallback} hitAreaCallback - [description]