Skip to content

Commit

Permalink
Merge pull request #135 from carouselapps/develop
Browse files Browse the repository at this point in the history
Call the appropriate add-post-event-callback. For #118.
  • Loading branch information
mike-thompson-day8 committed Dec 6, 2015
2 parents 927d318 + 4b84166 commit fe48345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_frame/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe48345

Please sign in to comment.