Add comment.

This commit is contained in:
Jürg Lehni 2011-06-19 22:36:41 +01:00
parent 2b63aefc09
commit a50f6a23ac

View file

@ -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;
},