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