todomvc: Noticed a bug

This commit is contained in:
Tony Garnock-Jones 2016-05-12 22:23:58 -04:00
parent a7ad6355f5
commit 5c80c2f3bd
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ assertion type show(completed);
we, by using "hidden" class, are kind of partly doing it on a view
level. We could either continue to do this, or switch to a proper
model level approach, but then we'd lose stability of ordering!
- BUG: doesn't hide an item if in "Active" state and you click on the checkbox
*/
var ESCAPE_KEY_CODE = 27;