From 3ac6df7c260612f795f4fccaaad1a8309e4fa0d4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 16 May 2016 13:29:19 +0300 Subject: [PATCH] Move loader state under sparated atom under uxbox.state ns. --- src/uxbox/state.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/uxbox/state.cljs b/src/uxbox/state.cljs index 74d15e5185..b94eada9c0 100644 --- a/src/uxbox/state.cljs +++ b/src/uxbox/state.cljs @@ -17,9 +17,7 @@ (-> (l/key :auth) (l/focus-atom state))) -(def loader-l - (-> (l/key :loader) - (l/focus-atom state))) +(def loader (atom false)) (defn get-initial-state []