From 3980e0f194dbb6b558e6108b1bcc2abd78837b1c Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Tue, 3 Nov 2015 10:51:42 -0500 Subject: [PATCH] make comp-paths work on lazyseqs for cljs --- src/com/rpl/specter/impl.cljx | 3 +++ 1 file changed, 3 insertions(+) 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)))