Skip to content

Commit c716bf0

Browse files
authored
Merge pull request #1016 from djipco/patch-3
Clarified the way DisplayObject.getBounds() works since v1.0.2
2 parents c7b9b6b + 996baeb commit c716bf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/easeljs/display/DisplayObject.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1121,9 +1121,9 @@ this.createjs = this.createjs||{};
11211121
*
11221122
* <table>
11231123
* <tr><td><b>All</b></td><td>
1124-
* All display objects support setting bounds manually using setBounds(). Likewise, display objects that
1125-
* have been cached using cache() will return the bounds of their cache. Manual and cache bounds will override
1126-
* the automatic calculations listed below.
1124+
* All display objects support setting bounds manually using setBounds(). Likewise, as of v1.0.2, display
1125+
* objects that have been cached using cache() will return the bounds of their cache. Manual and cache bounds
1126+
* will override the automatic calculations listed below.
11271127
* </td></tr>
11281128
* <tr><td><b>Bitmap</b></td><td>
11291129
* Returns the width and height of the {{#crossLink "Bitmap/sourceRect"}}{{/crossLink}} (if specified) or image,

0 commit comments

Comments
 (0)