From f38bc2f0e75c7633536e0a61a1716406387b37df Mon Sep 17 00:00:00 2001 From: anatoly Date: Fri, 2 Dec 2016 13:44:14 -0600 Subject: [PATCH] opening find-all-states --- src/mount/core.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mount/core.cljc b/src/mount/core.cljc index 468beee..e1d57d4 100644 --- a/src/mount/core.cljc +++ b/src/mount/core.cljc @@ -167,7 +167,7 @@ ;;TODO args might need more thinking (defn args [] @-args) -(defn- find-all-states [] +(defn find-all-states [] (keys @meta-state)) #?(:clj