Skip to content

Commit c7b9b6b

Browse files
authored
Merge pull request #1017 from djipco/patch-4
Definition of DisplayObject.y was not showing in documentation
2 parents cad3465 + 5eaff3b commit c7b9b6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/easeljs/display/DisplayObject.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ this.createjs = this.createjs||{};
314314
**/
315315
this.x = 0;
316316

317-
/** The y (vertical) position of the display object, relative to its parent.
317+
/**
318+
* The y (vertical) position of the display object, relative to its parent.
318319
* @property y
319320
* @type {Number}
320321
* @default 0

0 commit comments

Comments
 (0)