Skip to content

Commit a42da4c

Browse files
committed
Fix DisplayObjectContainer property names (#488)
For real this time.
1 parent a7eea8d commit a42da4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pixi/display/DisplayObjectContainer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ PIXI.DisplayObjectContainer.prototype._renderCanvas = function (renderSession) {
571571
/**
572572
* The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
573573
*
574-
* @property PIXI.DisplayObjectContainer#width
574+
* @name PIXI.DisplayObjectContainer#width
575575
* @type Number
576576
*/
577577
Object.defineProperty(PIXI.DisplayObjectContainer.prototype, 'width', {
@@ -600,7 +600,7 @@ Object.defineProperty(PIXI.DisplayObjectContainer.prototype, 'width', {
600600
/**
601601
* The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
602602
*
603-
* @property PIXI.DisplayObjectContainer#height
603+
* @name PIXI.DisplayObjectContainer#height
604604
* @type Number
605605
*/
606606
Object.defineProperty(PIXI.DisplayObjectContainer.prototype, 'height', {

0 commit comments

Comments
 (0)