mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Clean up code.
This commit is contained in:
parent
dc35fdbd02
commit
bc5826d324
2 changed files with 2 additions and 2 deletions
|
@ -1635,7 +1635,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{
|
||||||
x[n - i - 1] -= tmp[n - i] * x[n - i];
|
x[n - i - 1] -= tmp[n - i] * x[n - i];
|
||||||
}
|
}
|
||||||
return x;
|
return x;
|
||||||
};
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// Note: Documentation for smooth() is in PathItem
|
// Note: Documentation for smooth() is in PathItem
|
||||||
|
|
Loading…
Reference in a new issue