Skip to content

Commit c2461b8

Browse files
committed
make var public
1 parent e0c26cf commit c2461b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
(js-dependencies {:libs ["closure/library/third_party/closure"]} ["goog.dom.query"])
730730
)
731731

732-
(defn- add-core-macros-if-cljs-js
732+
(defn add-core-macros-if-cljs-js
733733
"If a compiled entity is the cljs.js namespace, explicitly
734734
add the cljs.core macros namespace dependency to it."
735735
[compiled]

0 commit comments

Comments
 (0)