mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Fix jshint error caused by #1065
This commit is contained in:
parent
3e2a3827fd
commit
e7f7d7c5d1
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ Path.inject(/** @lends Path# */{
|
|||
}
|
||||
}
|
||||
}
|
||||
intercepts.sort(function(a, b) {return a - b});
|
||||
intercepts.sort(function(a, b) { return a - b; });
|
||||
point.x = (intercepts[0] + intercepts[1]) / 2;
|
||||
}
|
||||
return point;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue