]> git.za3k.com Git - flowy.git/commitdiff
Remove testing disabling of shortcuts
authorZachary Vance <vanceza@gmail.com>
Wed, 20 May 2015 00:24:51 +0000 (17:24 -0700)
committerZachary Vance <vanceza@gmail.com>
Wed, 20 May 2015 00:24:51 +0000 (17:24 -0700)
dist/flowy.js
dist/flowy.unwrapped.js
src/views/todo.js

index 9d8e6d260f08643ec1d9ecc0be56c1ee6dfa8f83..c717510c25637c1bd4824eb90548d49714901091 100644 (file)
@@ -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 = [];
index ccb133be78b1b7cec0aac8549e103ddc8c14f6bd..7ca8adaf6dd49a79144f74dc2c496de310af8d3b 100644 (file)
@@ -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 = [];
index e1a2d3aecb62cd834b823f29d5bdba49f58314f4..81cbb5c02e83fef944b1da9cec1d2d9cea2f0f29 100644 (file)
@@ -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 = [];