From 2c351d7352483b46060719b01aac3ec3a3b54bf5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 15 May 2016 15:01:41 -0400 Subject: [PATCH] todomvc: BUG: transitions don't happen because the nodes are being replaced rather than edited. --- js/examples/todo/index.js | 1 + 1 file changed, 1 insertion(+) 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);