From 45ed406aa379959da4625e145b3568e630eb9723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 16 Dec 2013 21:58:32 +0100 Subject: [PATCH] Remove unnecessary exports. --- src/path/Curve.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/path/Curve.js b/src/path/Curve.js index fee7bfc2..2331a317 100644 --- a/src/path/Curve.js +++ b/src/path/Curve.js @@ -1467,9 +1467,6 @@ new function() { // Scope for methods that require numerical integration // tMin, tMax, uMin, uMax, oldTDiff, reverse, recursion 0, 1, 0, 1, 1, false, 0); return locations; - }, - - getConvexHull : getConvexHull, - clipConvexHull: clipConvexHull + } }}; });