toggleCompleted: function()

in js/views/todo-view.js [71:73]


		toggleCompleted: function () {
			this.model.toggle();
		},