Cosmetic changes on state init fn.

This commit is contained in:
Andrey Antukh 2016-02-24 17:22:14 +02:00
parent fc6d25767d
commit 7318205b88

View file

@ -17,8 +17,8 @@
:projects-by-id {} :projects-by-id {}
:pages-by-id {}})) :pages-by-id {}}))
(defn init (defn init
"Initialize the state materialization." "Initialize the state materialization."
[] []
(rx/to-atom stream state)) (as-> stream $
(rx/to-atom $ state)))