mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Remove debugger statement.
This commit is contained in:
parent
0cbce044aa
commit
8f13fa54fc
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{
|
||||||
this._point = point || curve.getPointAt(parameter, true);
|
this._point = point || curve.getPointAt(parameter, true);
|
||||||
this._curve2 = _curve2;
|
this._curve2 = _curve2;
|
||||||
this._parameter2 = _parameter2;
|
this._parameter2 = _parameter2;
|
||||||
if (_parameter2 == 0.19410221115440937)
|
|
||||||
debugger;
|
|
||||||
this._point2 = _point2;
|
this._point2 = _point2;
|
||||||
this._distance = _distance;
|
this._distance = _distance;
|
||||||
// Also store references to segment1 and segment2, in case path
|
// Also store references to segment1 and segment2, in case path
|
||||||
|
|
Loading…
Reference in a new issue