mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Add comment.
This commit is contained in:
parent
2b63aefc09
commit
a50f6a23ac
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ var Group = this.Group = Item.extend({
|
|||
if (child._clipMask)
|
||||
return this._clipItem = child;
|
||||
}
|
||||
// Make sure we're setting _clipItem to null so it won't be searched for
|
||||
// nex time.
|
||||
return this._clipItem = null;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue