Merge pull request #135 from carouselapps/develop
Call the appropriate add-post-event-callback. For #118.
This commit is contained in:
commit
fe48345d6d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue