mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove unused variable.
This commit is contained in:
parent
45d7ffd81e
commit
e453b90ad2
1 changed files with 0 additions and 1 deletions
|
@ -637,7 +637,6 @@ Path.inject(/** @lends Path# */{
|
|||
// consecutive intersections of the ray
|
||||
var curves = this._getMonoCurves(),
|
||||
roots = [],
|
||||
x = point.x,
|
||||
y = point.y,
|
||||
xIntercepts = [];
|
||||
for (var i = 0, l = curves.length; i < l; i++) {
|
||||
|
|
Loading…
Reference in a new issue