Segment: remove todo.

This commit is contained in:
Jonathan Puckey 2011-02-24 17:14:59 +01:00
parent f65625b591
commit 4d83631230

View file

@ -34,15 +34,6 @@ Segment = Base.extend({
this.handleOut = new Point(); this.handleOut = new Point();
}, },
// TODO:
// insert: function() {
// if (this._segments && this._segments.path) {
// var path = this._segments.path;
// path.checkValid();
//
// }
// },
getPoint: function() { getPoint: function() {
return this.point; return this.point;
}, },