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 7528dc7 commit 6048bc9Copy full SHA for 6048bc9
src/main/clojure/cljs/core.cljc
@@ -2780,7 +2780,7 @@
2780
on a fresh StringBuffer. Returns the string created by any nested
2781
printing calls."
2782
[& body]
2783
- `(let [sb# (js/goog.string.StringBuffer.)]
+ `(let [sb# (goog.string/StringBuffer.)]
2784
(binding [cljs.core/*print-newline* true
2785
cljs.core/*print-fn* (fn [x#] (.append sb# x#))]
2786
~@body)
0 commit comments