Skip to content

Commit 9034817

Browse files
committed
typo
1 parent 955fdbd commit 9034817

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,9 +1762,10 @@
17621762
(when-let [main (:main opts)]
17631763
[main]))))
17641764
(when (bundle? opts)
1765-
"window.require = function(lib) {\n"
1766-
" return npmDeps[lib];\n"
1767-
"}\n"))))))))
1765+
(str
1766+
"window.require = function(lib) {\n"
1767+
" return npmDeps[lib];\n"
1768+
"}\n")))))))))
17681769

17691770
(defn fingerprinted-modules [modules fingerprint-info]
17701771
(into {}

0 commit comments

Comments
 (0)