fix NAMESPACE select
This commit is contained in:
parent
d595b9f26b
commit
ffcba01df7
1 changed files with 1 additions and 1 deletions
|
|
@ -987,7 +987,7 @@
|
||||||
NAMESPACE
|
NAMESPACE
|
||||||
[]
|
[]
|
||||||
(select* [this structure next-fn]
|
(select* [this structure next-fn]
|
||||||
(next-fn (name structure)))
|
(next-fn (namespace structure)))
|
||||||
(transform* [this structure next-fn]
|
(transform* [this structure next-fn]
|
||||||
(let [name (name structure)
|
(let [name (name structure)
|
||||||
new-ns (next-fn (namespace structure))]
|
new-ns (next-fn (namespace structure))]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue