Skip to content

Commit f884af0

Browse files
committed
restore CLJS-3200
1 parent 154b19a commit f884af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
(core/let [gmap (gensym "map__")
667667
defaults (:or b)]
668668
(core/loop [ret (core/-> bvec (conj gmap) (conj v)
669-
(conj gmap) (conj `(if (implements? ISeq ~gmap) (apply cljs.core/hash-map ~gmap) ~gmap))
669+
(conj gmap) (conj `(--destructure-map ~gmap))
670670
((core/fn [ret]
671671
(if (:as b)
672672
(conj ret (:as b) gmap)

0 commit comments

Comments
 (0)