mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Add forgotten semi-colon.
This commit is contained in:
parent
3d33bbdfa3
commit
0553201de8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue