Update CodeWalkthrough.md

This commit is contained in:
dimovich 2017-08-14 22:50:02 +03:00 committed by Mike Thompson
parent 60ac6c0fe4
commit aed5ab7474

View File

@ -62,7 +62,7 @@ informal description, and here it is ... for this app `app-db` will contain
a two-key map like this:
```cljs
{:time (js/Date.) ;; current time for display
:time-color "#f88"} ;; the colour in which the time should be be shown
:time-color "#f88"} ;; the colour in which the time should be shown
```
re-frame itself owns/manages `app-db` (see FAQ #1), and it will