mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix comments in Symbol#_changed()
This commit is contained in:
parent
0aa73d90c5
commit
1df20c3794
1 changed files with 1 additions and 4 deletions
|
@ -94,10 +94,7 @@ var Symbol = Base.extend(/** @lends Symbol# */{
|
|||
*/
|
||||
_changed: function(flags) {
|
||||
if (flags & /*#=*/ ChangeFlag.GEOMETRY) {
|
||||
// Clear cached bounds of all items that this item contributes to.
|
||||
// We don't call this on the parent, since we're already the parent
|
||||
// of the child that modified the hierarchy (that's where these
|
||||
// HIERARCHY notifications go)
|
||||
// Clear cached bounds of all items that this symbol is linked to.
|
||||
Item._clearBoundsCache(this);
|
||||
}
|
||||
if (flags & /*#=*/ ChangeFlag.APPEARANCE) {
|
||||
|
|
Loading…
Reference in a new issue