From b4bc16330aee225c561c3426264ae2b744b729cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 20 Feb 2014 20:59:54 +0100 Subject: [PATCH] Remove redundant comment. --- src/path/PathItem.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/path/PathItem.js b/src/path/PathItem.js index 87f34e00..d77b3a9f 100644 --- a/src/path/PathItem.js +++ b/src/path/PathItem.js @@ -125,8 +125,6 @@ var PathItem = Item.extend(/** @lends PathItem# */{ && (j === i + 1 || j === length2 - 1 && i === 0); Curve.getIntersections(values1, values2[j], curve1, curves2[j], locations, - // Avoid end point intersections on consecutive curves - // when self intersecting. excludeEnds ? ZERO : 0, // tMin excludeEnds ? ONE : 1); // tMax }