From 0553201de85d2d2c2e5b4b53e513ab25dde286ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 13 Oct 2015 00:11:24 +0200 Subject: [PATCH] Add forgotten semi-colon. --- src/path/CurveLocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index 9d4a2b0b..6326d802 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -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; },