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

This commit is contained in:
Jürg Lehni 2011-04-27 12:30:17 +01:00
parent e6a0f48256
commit 9671ac6dbc

View file

@ -119,7 +119,6 @@ var Segment = this.Segment = Base.extend({
getNext: function() {
var segments = this._path && this._path._segments;
// TODO: Port cyclic looping when closed back to Scriptographer
return segments && (segments[this.getIndex() + 1]
|| this._path.closed && segments[0]) || null;
},