diff --git a/js/examples/todo/index.js b/js/examples/todo/index.js index c96be5b..4c43d18 100644 --- a/js/examples/todo/index.js +++ b/js/examples/todo/index.js @@ -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);