From: Zachary Vance Date: Wed, 20 May 2015 00:24:51 +0000 (-0700) Subject: Remove testing disabling of shortcuts X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=b2ef3025e5d73fae477bfaad48a04adb606f3bba;p=flowy.git Remove testing disabling of shortcuts --- diff --git a/dist/flowy.js b/dist/flowy.js index 9d8e6d2..c717510 100644 --- a/dist/flowy.js +++ b/dist/flowy.js @@ -72,7 +72,7 @@ var TodoView = Backbone.View.extend({ //"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 = []; diff --git a/dist/flowy.unwrapped.js b/dist/flowy.unwrapped.js index ccb133b..7ca8ada 100644 --- a/dist/flowy.unwrapped.js +++ b/dist/flowy.unwrapped.js @@ -71,7 +71,7 @@ var TodoView = Backbone.View.extend({ //"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 = []; diff --git a/src/views/todo.js b/src/views/todo.js index e1a2d3a..81cbb5c 100644 --- a/src/views/todo.js +++ b/src/views/todo.js @@ -10,7 +10,7 @@ var TodoView = Backbone.View.extend({ //"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 = [];