chore(core): Linter fixes
This commit is contained in:
parent
a76af50900
commit
56427cc4bd
10 changed files with 43 additions and 91 deletions
|
@ -393,7 +393,7 @@ function asPath(bezier, debug = false, log = false) {
|
|||
}
|
||||
|
||||
/** Joins path segments together into one path */
|
||||
function joinPaths(paths, closed = false, log = false) {
|
||||
function joinPaths(paths, closed = false) {
|
||||
let joint = new Path(paths[0].debug).withLog(paths[0].log).move(paths[0].ops[0].to)
|
||||
let current
|
||||
for (let p of paths) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue