Call the appropriate add-post-event-callback. For #118.

This commit is contained in:
J. Pablo Fernández 2015-12-06 19:08:36 +00:00 committed by J. Pablo Fernández
parent 927d318626
commit 4b84166566

View File

@ -38,7 +38,7 @@
(defn add-post-event-callback
[f]
(add-post-event-callback re-frame.router/event-queue f))
(router/add-post-event-callback re-frame.router/event-queue f))
;; -- Logging -----
;; re-frame uses the logging functions: warn, log, error, group and groupEnd