0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

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 {}
:pages-by-id {}}))
(defn init
"Initialize the state materialization."
[]
(rx/to-atom stream state))
(as-> stream $
(rx/to-atom $ state)))