remaining: function()

in js/collections/todos.js [21:23]


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