Skip to content

Commit

Permalink
another tweak for CLJS-890
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Dec 9, 2014
1 parent 7bbff7d commit 94eb8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/cljs/core.cljs
Expand Up @@ -2135,7 +2135,7 @@ reduces them without incurring seq initialization"
([] "")
([x] (if (nil? x)
""
(cljs.core/js-str x)))
(gstring/buildString x)))
([x & ys]
(loop [sb (StringBuffer. (str x)) more ys]
(if more
Expand Down

0 comments on commit 94eb8a9

Please sign in to comment.