Skip to content

Commit de06275

Browse files
Mat TaylorMat Taylor
authored andcommitted
fmt
1 parent dc3d08e commit de06275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

objix.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ const
6262
: (!e && d == -1 && this.size() > 10) ? this.try(structuredClone, () => this.clone(d,1))
6363
: [O,Array].has(this[C]) ? this.map(v => (d && v) ? v.clone(d-1) : v)
6464
: new this[C](this)
65-
},
65+
},
66+
6667
join(...a) {
6768
let r = A({}, this)
6869
for(let o of a) K(o).map(k => r[k] &&= [].concat(r[k], o[k]))

0 commit comments

Comments
 (0)