mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix omission in recent renaming.
This commit is contained in:
parent
620cc92379
commit
3eafd5256a
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ var Curve = Base.extend(/** @lends Curve# */{
|
|||
// otherwise create it from the result of split
|
||||
this._segment2 = segment;
|
||||
this._changed();
|
||||
res = new Curve(segment, segment2);
|
||||
res = new Curve(segment, seg2);
|
||||
}
|
||||
}
|
||||
return res;
|
||||
|
|
Loading…
Reference in a new issue