Merge pull request #381 from mbertheau/patch-4

Correct version typo
This commit is contained in:
Mike Thompson 2017-07-24 19:12:45 +10:00 committed by GitHub
commit b02846aec2
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
;; -- Deprecation ------------------------------------------------------------
;; Assisting the v0.0.7 -> v0.0.8 transition.
;; Assisting the v0.7.x -> v0.8.x transition.
(defn register-handler
[& args]
(console :warn "re-frame: \"register-handler\" has been renamed \"reg-event-db\" (look for registration of " (str (first args)) ")")