fix
This commit is contained in:
parent
01617b6264
commit
ac48127871
1 changed files with 6 additions and 4 deletions
|
|
@ -595,10 +595,12 @@
|
||||||
(last s))
|
(last s))
|
||||||
|
|
||||||
#?(:cljs cljs.core/MapEntry)
|
#?(:cljs cljs.core/MapEntry)
|
||||||
(get-first [e]
|
#?(:cljs
|
||||||
(key e))
|
(get-first [e]
|
||||||
(get-last [e]
|
(key e)))
|
||||||
(val e))
|
#?(:cljs
|
||||||
|
(get-last [e]
|
||||||
|
(val e)))
|
||||||
|
|
||||||
#?(:clj String :cljs string)
|
#?(:clj String :cljs string)
|
||||||
(get-first [s]
|
(get-first [s]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue