updateOnEnter: function()

in js/views/todo-view.js [113:117]


		updateOnEnter: function (e) {
			if (e.which === ENTER_KEY) {
				this.close();
			}
		},