Skip to content

Commit 19f7e25

Browse files
committed
jsdoc fix
1 parent 2d6251a commit 19f7e25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/CreateInteractiveObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @property {boolean} enabled - [description]
2323
* @property {boolean} draggable - [description]
2424
* @property {boolean} dropZone - [description]
25-
* @property {[type]} target - [description]
25+
* @property {?Phaser.GameObjects.GameObject} target - [description]
2626
* @property {Phaser.Cameras.Scene2D.Camera} camera - [description]
2727
* @property {*} hitArea - [description]
2828
* @property {HitAreaCallback} hitAreaCallback - [description]

0 commit comments

Comments
 (0)