Merge pull request #135 from carouselapps/develop

Call the appropriate add-post-event-callback. For #118.
This commit is contained in:
Mike Thompson 2015-12-07 08:13:48 +11:00
commit fe48345d6d
1 changed files with 1 additions and 1 deletions

View File

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