Commit da6c2110 authored by TasteBot's avatar TasteBot

update the build files for gh-pages [ci skip]

parent aec222e8
......@@ -41,7 +41,7 @@ define([
this.listenTo(Todos, 'reset', this.addAll);
this.listenTo(Todos, 'change:completed', this.filterOne);
this.listenTo(Todos, 'filter', this.filterAll);
this.listenTo(Todos, 'all', this.render);
this.listenTo(Todos, 'all', _.debounce(this.render, 0));
Todos.fetch({reset:true});
},
......
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