Add forgotten semi-colon.

This commit is contained in:
Jürg Lehni 2015-10-13 00:11:24 +02:00
parent 3d33bbdfa3
commit 0553201de8

View file

@ -316,7 +316,7 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{
&& (_ignoreOther
|| (!this._intersection && !loc._intersection
|| this._intersection && this._intersection.equals(
loc._intersection, true)))
loc._intersection, true)));
}
return res;
},