Remove obsolete comment.

This commit is contained in:
Jürg Lehni 2011-03-06 15:14:57 +00:00
parent 164c08a972
commit f803e1ad1d
2 changed files with 1 additions and 11 deletions

View file

@ -101,16 +101,6 @@ var Segment = this.Segment = Base.extend({
return null;
},
// TODO:
// getCurve: function() {
// if (this._segments && this._segments.path) {
// var curves = this._segments.path.getCurves();
// // The curves list handles closing curves, so the curves.size
// // is adjusted accordingly. just check to be in the boundaries here:
// return index < curves.length ? curves[index] : null;
// }
// },
getNext: function() {
return this._path && this._path._segments[this.getIndex() + 1] || null;
},