update todomvc app with clj-browserchannel-messaging changes
This commit is contained in:
parent
26adc2a6ec
commit
553401ca1a
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
(defn ^:export run []
|
(defn ^:export run []
|
||||||
(browserchannel/init!
|
(browserchannel/init!
|
||||||
:callback
|
:on-connect
|
||||||
(fn []
|
(fn []
|
||||||
(rviews/init!)
|
(rviews/init!)
|
||||||
(reagent/render-component [todo-app] (.-body js/document)))))
|
(reagent/render-component [todo-app] (.-body js/document)))))
|
||||||
|
|
Loading…
Reference in a new issue