mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Segment: remove todo.
This commit is contained in:
parent
f65625b591
commit
4d83631230
1 changed files with 0 additions and 9 deletions
|
@ -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;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue