From bcfd6413819d15aea62cc1fd714dc80ecfbbbcae Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 28 Jul 2011 02:01:29 -0400 Subject: [PATCH] Closes issue #610. --- common/content/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/editor.js b/common/content/editor.js index 234162c5..b5d550cf 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -659,7 +659,7 @@ var Editor = Module("editor", { "<*-Home>", "<*-End>", "<*-PageUp>", "<*-PageDown>", "", ""], "Handled by " + config.host, - function () Events.PASS); + function () Events.PASS_THROUGH); mappings.add([modes.INSERT, modes.NORMAL], [""], "Select the next element in the tab sequence",