in the last 1.5 years, the arg order for this function changed it seems

This commit is contained in:
Gered 2016-05-19 18:09:22 -04:00
parent f38dbcb73e
commit 719b84daf3

View file

@ -26,7 +26,7 @@
read-only manner. Using this cursor to change the data will *not*
propagate the changes to the server."
[view-sig]
(r/cursor [view-sig :data] view-data))
(r/cursor view-data [view-sig :data]))
(defn- handle-view-refresh [view-sig data]
(let [cursor (->view-sig-cursor view-sig)]