From a4d3136707189f0492b3ed82b5e40f1da4750879 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 20 Jan 2016 21:45:13 +0200 Subject: [PATCH] Add useful coment. --- src/uxbox/core.cljs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/uxbox/core.cljs b/src/uxbox/core.cljs index 9df9437f83..8f73574e68 100644 --- a/src/uxbox/core.cljs +++ b/src/uxbox/core.cljs @@ -30,4 +30,8 @@ (ui/init) (rs/emit! (dl/load-data)) + + ;; During development, you can comment the + ;; following call for disable temprary the + ;; local persistence. (main))