mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Remove comment about pending port that has been backported to Scriptographer.
This commit is contained in:
parent
e6a0f48256
commit
9671ac6dbc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue