From 7bd571de172a48865cf8cfaaf57d95a24b8f7f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 17 Jun 2011 18:09:15 +0100 Subject: [PATCH] Remove obsolete comment. --- src/item/Item.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/item/Item.js b/src/item/Item.js index 2002cbbe..16a2b7a2 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -270,9 +270,6 @@ var Item = this.Item = Base.extend({ */ visible: true, - // TODO Item#clipMask is currently not used for clipping - consider - // taking it out, as we could also simply always use the first child as the - // clipping mask. /** * Specifies whether the item defines a clip mask. This can only be set on * paths, compound paths, and text frame objects, and only if the item is @@ -1328,7 +1325,7 @@ var Item = this.Item = Base.extend({ center || this.getPosition())); }, - // TODO: add test for item shearing, as it might be behaving oddly. + // TODO: Add test for item shearing, as it might be behaving oddly. /** * Shears the item by the given value from its center point, or optionally * by a supplied point.