//"click > .checkbox": "toggleComplete",
"input > .text": "textChange",
"blur > .text": "render", // Because the model shouldn't update the view during active editing, add a re-render at the end
- //"keydown > .text": "keydown",
+ "keydown > .text": "keydown",
},
initialize: function() {
this.childViewPositions = [];
//"click > .checkbox": "toggleComplete",
"input > .text": "textChange",
"blur > .text": "render", // Because the model shouldn't update the view during active editing, add a re-render at the end
- //"keydown > .text": "keydown",
+ "keydown > .text": "keydown",
},
initialize: function() {
this.childViewPositions = [];
//"click > .checkbox": "toggleComplete",
"input > .text": "textChange",
"blur > .text": "render", // Because the model shouldn't update the view during active editing, add a re-render at the end
- //"keydown > .text": "keydown",
+ "keydown > .text": "keydown",
},
initialize: function() {
this.childViewPositions = [];