Skip to content

Commit

Permalink
Duplication issue with reg-event-db
Browse files Browse the repository at this point in the history
Same problem as with reg-event-fx
  • Loading branch information
pesterhazy committed Jul 19, 2017
1 parent 8ec5405 commit b84afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Debugging-Event-Handlers.md
Expand Up @@ -174,7 +174,7 @@ you write a custom registration function -- a replacement for `reg-event-db` --
```clj
(defn my-reg-event-db ;; alternative to reg-event-db
([id handler-fn]
(my-reg-event-db id standard-interceptors handler-fn))
(re-frame.core/reg-event-db id standard-interceptors handler-fn))
([id interceptors handler-fn]
(re-frame.core/reg-event-db
id
Expand Down

0 comments on commit b84afb9

Please sign in to comment.