filterAll: function()
in
js/views/app-view.js [93:95]
3
lines of code
1
McCabe index (conditional complexity)
filterAll: function () { app.todos.each(this.filterOne, this); },