From a8fcabeaa4bc53d40c2942db899a9f5769f80060 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 12 Jun 2011 11:52:31 -0400 Subject: [PATCH] Closes issue #469. --- 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 bbc9c0c3..890558f6 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -671,7 +671,7 @@ var Editor = Module("editor", { ["", ""], "Expand insert mode abbreviation", function () { editor.expandAbbreviation(modes.INSERT); - return Events.PASS; + return Events.PASS_THROUGH; }); mappings.add([modes.INSERT],