From b33d753b69b0651052d42cb0027019c922b0c64f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 14 Feb 2011 21:47:30 -0500 Subject: [PATCH] Fix typos. Closes issue #381. --- common/content/modes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/modes.js b/common/content/modes.js index 76a967a0..4321e64d 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -160,7 +160,7 @@ var Modes = Module("modes", { }, { leave: function leave(stack) { util.timeout(function () { - if (stack.pop && !modes.main.input && !Events.isInputElement(dactyl.focusedElement)); + if (stack.pop && !modes.main.input && Events.isInputElement(dactyl.focusedElement)) modes.push(modes.INSERT); }); }