Remove comment about pending port that has been backported to Scriptographer.

This commit is contained in:
Jürg Lehni 2011-04-27 11:24:13 +01:00
parent 41eb09f15f
commit cd2347aa9b

View file

@ -50,7 +50,6 @@ var Path = this.Path = PathItem.extend({
return curves;
},
// TODO: Port back to Scriptographer:
getFirstSegment: function() {
return this._segments[0];
},