make comp-paths work on lazyseqs for cljs
This commit is contained in:
parent
2aa3cd85b8
commit
3980e0f194
1 changed files with 3 additions and 0 deletions
|
|
@ -223,6 +223,9 @@
|
||||||
#+cljs (coerce-path [this]
|
#+cljs (coerce-path [this]
|
||||||
(coerce-path (vec this)))
|
(coerce-path (vec this)))
|
||||||
#+cljs cljs.core/List
|
#+cljs cljs.core/List
|
||||||
|
#+cljs (coerce-path [this]
|
||||||
|
(coerce-path (vec this)))
|
||||||
|
#+cljs cljs.core/LazySeq
|
||||||
#+cljs (coerce-path [this]
|
#+cljs (coerce-path [this]
|
||||||
(coerce-path (vec this)))
|
(coerce-path (vec this)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue