From fe43afcf6fdfcca2fb3d04ee9f20efe0553459ea Mon Sep 17 00:00:00 2001 From: Lanny McNie Date: Thu, 28 Sep 2017 09:52:09 -0600 Subject: [PATCH] Fixed documentation property name --- src/easeljs/display/DisplayObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easeljs/display/DisplayObject.js b/src/easeljs/display/DisplayObject.js index 208b495ba..dd5f39912 100644 --- a/src/easeljs/display/DisplayObject.js +++ b/src/easeljs/display/DisplayObject.js @@ -706,7 +706,7 @@ this.createjs = this.createjs||{}; * Set both the {{#crossLink "DisplayObject/scaleX:property"}}{{/crossLink}} and the {{#crossLink "DisplayObject/scaleY"}}{{/crossLink}} * property to the same value. Note that when you get the value, if the `scaleX` and `scaleY` are different values, * it will return only the `scaleX`. - * @property scaleX + * @property scale * @type {Number} * @default 1 */