update todomvc app with clj-browserchannel-messaging changes

This commit is contained in:
Gered 2014-12-29 09:50:32 -05:00
parent 26adc2a6ec
commit 553401ca1a

View file

@ -98,7 +98,7 @@
(defn ^:export run []
(browserchannel/init!
:callback
:on-connect
(fn []
(rviews/init!)
(reagent/render-component [todo-app] (.-body js/document)))))