mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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
|
// consecutive intersections of the ray
|
||||||
var curves = this._getMonoCurves(),
|
var curves = this._getMonoCurves(),
|
||||||
roots = [],
|
roots = [],
|
||||||
x = point.x,
|
|
||||||
y = point.y,
|
y = point.y,
|
||||||
xIntercepts = [];
|
xIntercepts = [];
|
||||||
for (var i = 0, l = curves.length; i < l; i++) {
|
for (var i = 0, l = curves.length; i < l; i++) {
|
||||||
|
|
Loading…
Reference in a new issue