Commit 6cb6153c authored by Aaron Boushley's avatar Aaron Boushley

Removing unneeded change events.

parent 3b725068
...@@ -159,7 +159,5 @@ Todos.TodoStore = (function () { ...@@ -159,7 +159,5 @@ Todos.TodoStore = (function () {
items = [todo]; items = [todo];
} }
Todos.todosController.arrayContentWillChange(0, 0, items.length);
Todos.todosController.set('[]', items); Todos.todosController.set('[]', items);
Todos.todosController.arrayContentDidChange(0, 0, items.length);
})(); })();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment