Skip to content

Commit c1f925f

Browse files
author
dnolen
committed
fix stray typo
1 parent 90bcf2b commit c1f925f

File tree

1 file changed

+1
-1
lines changed
  • src/main/clojure/cljs/compiler

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/compiler/api.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@
8282
([state src-dir target-dir opts]
8383
(env/with-compiler-env state
8484
(binding [ana/*cljs-warning-handlers* (:warning-handlers opts ana/*cljs-warning-handlers*)]
85-
(with-bindings (api-opts opts) (comp/compile-root src-dir target-dir opts))))))
85+
(comp/compile-root src-dir target-dir opts)))))

0 commit comments

Comments
 (0)