From 19f7e2589a5b3070e5797c4fe4242befd4a90adc Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 30 Mar 2018 12:02:08 +0100 Subject: [PATCH] jsdoc fix --- src/input/CreateInteractiveObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]