clear: function()

in js/views/todo-view.js [130:132]


		clear: function () {
			this.model.destroy();
		}