Skip to content

Commit 3371158

Browse files
author
dnolen
committed
fix typo
1 parent 7d856d7 commit 3371158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@
19181918
(assoc-in [:closure-warnings :check-types] :off)
19191919

19201920
(nil? (:closure-module-roots opts))
1921-
(assoc opts :closure-module-roots []))))
1921+
(assoc :closure-module-roots []))))
19221922

19231923
(defn process-js-modules
19241924
"Given the current compiler options, converts JavaScript modules to Google

0 commit comments

Comments
 (0)