edit: function()

in js/views/todo-view.js [76:79]


		edit: function () {
			this.$el.addClass('editing');
			this.$input.focus();
		},