mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix recently renamed functions in commented out code.
This commit is contained in:
parent
4b832e0ea9
commit
2cdb15f2d6
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ var Segment = this.Segment = Base.extend({
|
|||
// See #setPoint:
|
||||
this._handleIn.set(point.x, point.y);
|
||||
// Update corner accordingly
|
||||
// this.corner = !this._handleIn.isParallel(this._handleOut);
|
||||
// this.corner = !this._handleIn.isColinear(this._handleOut);
|
||||
},
|
||||
|
||||
getHandleInIfSet: function() {
|
||||
|
@ -88,7 +88,7 @@ var Segment = this.Segment = Base.extend({
|
|||
// See #setPoint:
|
||||
this._handleOut.set(point.x, point.y);
|
||||
// Update corner accordingly
|
||||
// this.corner = !this._handleIn.isParallel(this._handleOut);
|
||||
// this.corner = !this._handleIn.isColinear(this._handleOut);
|
||||
},
|
||||
|
||||
getHandleOutIfSet: function() {
|
||||
|
|
Loading…
Reference in a new issue