From 6204eef6434435fe1ca376d5d80aba0c3fcc7ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 27 Apr 2011 12:08:13 +0100 Subject: [PATCH] Remove comment about pending port that has been backported to Scriptographer. --- src/path/Curve.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/path/Curve.js b/src/path/Curve.js index bc35adae..b889d226 100644 --- a/src/path/Curve.js +++ b/src/path/Curve.js @@ -163,8 +163,6 @@ var Curve = this.Curve = Base.extend({ ]; }, - // TODO: Port back to Scriptographer, optionally suppporting from, to - // TODO: Replaces getPartLength(fromParameter, toParameter)? getLength: function(/* from, to */) { // Hide parameters from Bootstrap so it injects bean too var args = this.getCurveValues();