Update subs.cljs

This commit is contained in:
hipitihop 2016-07-11 16:54:40 +10:00 committed by GitHub
parent a745bcd7af
commit f0124ecf4b
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
;; We supplied only one function in those registrations, not two?
;; I'm glad you asked.
;; You see, when the signal-returning-fn is omitted, register-pure-sub provides a default.
;; And it loks like this:
;; And it looks like this:
;; (fn [_ _] re-frame.db/app-db)
;; You can see that it returns one signal, and that signal is app-db itself.
;;