We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2373cb commit 1967067Copy full SHA for 1967067
src/main/cljs/cljs/core.cljs
@@ -12433,8 +12433,8 @@ reduces them without incurring seq initialization"
12433
(if-not (nil? (scan-array 1 k keys))
12434
(let [new-strobj (obj-clone strobj keys)]
12435
(gobject/set new-strobj k v)
12436
- (ObjMap. meta keys new-strobj nil)) ; overwrite
12437
- (let [new-strobj (obj-clone strobj keys) ; append
+ (ObjMap. meta keys new-strobj nil)) ;overwrite
+ (let [new-strobj (obj-clone strobj keys) ; append
12438
new-keys (aclone keys)]
12439
12440
(.push new-keys k)
0 commit comments