From 5b8d8d5c7e640c5b4b2552649c3b334ba11cac2f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 11 Jan 2016 01:11:12 +0200 Subject: [PATCH] Add ^:private flag to private lense on canvas ns. --- frontend/uxbox/ui/workspace/canvas.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/uxbox/ui/workspace/canvas.cljs b/frontend/uxbox/ui/workspace/canvas.cljs index e8d09e7c18..ca107a79ef 100644 --- a/frontend/uxbox/ui/workspace/canvas.cljs +++ b/frontend/uxbox/ui/workspace/canvas.cljs @@ -24,7 +24,7 @@ ;; Lenses ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(def ^:static shapes-by-id +(def ^:static ^:private shapes-by-id (as-> (l/key :shapes-by-id) $ (l/focus-atom $ st/state)))