fix for cljs

This commit is contained in:
Nathan Marz 2016-08-05 16:34:58 -04:00
parent 073dca1e98
commit 7bfad80e00

View file

@ -18,6 +18,7 @@
(:require [com.rpl.specter.impl :as i]
[clojure.walk :as walk]
#+clj [clojure.core.reducers :as r]
[com.rpl.specter.defnavhelpers] ; so that for cljs it's loaded as macros expand to this
)
)