completed: function()

in js/collections/todos.js [16:18]


		completed: function () {
			return this.where({completed: true});
		},