Skip to content

Commit

Permalink
Fixed documentation property name
Browse files Browse the repository at this point in the history
  • Loading branch information
lannymcnie committed Sep 28, 2017
1 parent e86ca01 commit fe43afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easeljs/display/DisplayObject.js
Expand Up @@ -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
*/
Expand Down

0 comments on commit fe43afc

Please sign in to comment.