Fix omission in recent renaming.

This commit is contained in:
Jürg Lehni 2016-09-24 14:17:20 -04:00
parent 620cc92379
commit 3eafd5256a

View file

@ -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;