Update core.cljs

This commit is contained in:
ZTO 2015-07-08 19:28:42 +02:00
parent ef9bda64c6
commit 71a193d0fc
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
:timer
(fn
[db _] ;; db is the app-db atom
(reaction (:timer @db)))) ;; wrap the compitation in a reaction
(reaction (:timer @db)))) ;; wrap the computation in a reaction
(register-sub