diff --git a/src/com/rpl/specter/impl.cljx b/src/com/rpl/specter/impl.cljx index a6600bb..c1ad3ed 100644 --- a/src/com/rpl/specter/impl.cljx +++ b/src/com/rpl/specter/impl.cljx @@ -223,6 +223,9 @@ #+cljs (coerce-path [this] (coerce-path (vec this))) #+cljs cljs.core/List + #+cljs (coerce-path [this] + (coerce-path (vec this))) + #+cljs cljs.core/LazySeq #+cljs (coerce-path [this] (coerce-path (vec this)))