chore(core): Removed left-behind variable
This commit is contained in:
parent
a30b08371c
commit
dde6935cdf
1 changed files with 0 additions and 1 deletions
|
@ -1241,7 +1241,6 @@ function __bbbbox(boxes) {
|
||||||
*/
|
*/
|
||||||
function __combinePaths(...paths) {
|
function __combinePaths(...paths) {
|
||||||
const joint = new Path().__withLog(paths[0].log)
|
const joint = new Path().__withLog(paths[0].log)
|
||||||
const ops = []
|
|
||||||
for (const path of paths) joint.ops.push(...path.ops)
|
for (const path of paths) joint.ops.push(...path.ops)
|
||||||
|
|
||||||
return joint
|
return joint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue