mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Fix non-breaking spaces.
This commit is contained in:
parent
ad276ba46a
commit
8f9549dd12
1 changed files with 2 additions and 2 deletions
|
@ -288,8 +288,8 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{
|
|||
// https://bitbucket.org/andyfinnell/vectorboolean
|
||||
var intersection = this._intersection,
|
||||
crossing = this._crossing;
|
||||
if (crossing != null || !intersection)
|
||||
return crossing || false;
|
||||
if (crossing != null || !intersection)
|
||||
return crossing || false;
|
||||
// TODO: isTangent() ?
|
||||
// TODO: isAtEndPoint() ?
|
||||
// -> Return if it's a tangent, or if not at an end point, only end
|
||||
|
|
Loading…
Reference in a new issue