File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12356,7 +12356,7 @@ reduces them without incurring seq initialization"
12356
12356
(-equiv this other))
12357
12357
12358
12358
IWithMeta
12359
- (-with-meta [coll meta] (ObjMap. meta keys strobj))
12359
+ (-with-meta [coll meta] (ObjMap. meta keys strobj __hash ))
12360
12360
12361
12361
IMeta
12362
12362
(-meta [coll] meta)
@@ -12459,9 +12459,9 @@ reduces them without incurring seq initialization"
12459
12459
(-pr-writer [coll writer opts]
12460
12460
(print-map coll pr-writer writer opts)))
12461
12461
12462
- (set! (. ObjMap -EMPTY) (ObjMap. nil (array ) (js-obj )))
12462
+ (set! (. ObjMap -EMPTY) (ObjMap. nil (array ) (js-obj ) empty-ordered-hash ))
12463
12463
12464
- (set! (. ObjMap -fromObject) (fn [ks obj] (ObjMap. nil ks obj)))
12464
+ (set! (. ObjMap -fromObject) (fn [ks obj] (ObjMap. nil ks obj nil )))
12465
12465
12466
12466
(defn obj-map
12467
12467
" keyval => key val
You can’t perform that action at this time.
0 commit comments