Skip to content

Commit 996baeb

Browse files
authored
Clarified the way DisplayObject.getBounds() works since v1.0.2
1 parent f96bbe1 commit 996baeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/easeljs/display/DisplayObject.js

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

0 commit comments

Comments
 (0)