Merge pull request #355 from satchit8/extraneous

Remove extraneous code in todomvc sample
This commit is contained in:
Daniel Compton 2017-10-25 17:12:16 +13:00 committed by GitHub
commit c6013ec5f3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
[:input#toggle-all
{:type "checkbox"
:checked all-complete?
:on-change #(dispatch [:complete-all-toggle (not all-complete?)])}]
:on-change #(dispatch [:complete-all-toggle])}]
[:label
{:for "toggle-all"}
"Mark all as complete"]