filterAll: function()

in js/views/app-view.js [93:95]


		filterAll: function () {
			app.todos.each(this.filterOne, this);
		},