Fix async demo

This commit is contained in:
Dan Holmsand 2014-12-12 09:42:24 +01:00
parent 96f57a27b6
commit 34e5af0aea
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@
(s/src-of [:timing-wrapper :base-color :ncolors
:random-colors :to-rgb :tweak-color
:reset-random-colors :color-choose
:ncolors-choose :palette :color-demo])]}]])]]))
:ncolors-choose :color-plate
:palette :color-demo])]}]])]]))
(tools/register-page url (fn [] [main])
(str "Reagent: " title))