filterOne: function()

in js/views/app-view.js [89:91]


		filterOne: function (todo) {
			todo.trigger('visible');
		},