todomvc: BUG: transitions don't happen because the nodes are being replaced rather than edited.

This commit is contained in:
Tony Garnock-Jones 2016-05-15 15:01:41 -04:00
parent 299be35d8f
commit 2c351d7352
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- code style https://github.com/tastejs/todomvc/blob/master/contributing.md#code-style
- persist to localStorage; use correct keys and name.
- BUG: transitions don't happen because the nodes are being replaced rather than edited.
*/
assertion type todoExists(id);