From 8fc61fb863752ee9f85589c626c4c538e57bd104 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 17 Feb 2011 22:26:09 -0500 Subject: [PATCH] Fix typos. Ugh. --- common/content/editor.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/common/content/editor.js b/common/content/editor.js index 71279b0e..9bf016ee 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -846,20 +846,20 @@ var Editor = Module("editor", { bind([""], "Return to INSERT mode", function () Events.PASS); - bind([""], "Select the next autocompletion result", - function () Events.PASS); - - bind([""], "Select the next autocompletion result", - function () Events.PASS); - bind([""], "Return to INSERT mode", function () { events.feedkeys("", { skipmap: true }); }); - bind([""], "Select the next autocompletion result", - function () { events.feedkeys("", { skipmap: true }); }); + bind([""], "Select the previous autocomplete result", + function () Events.PASS); - bind([""], "Select the next previous result", + bind([""], "Select the previous autocomplete result", function () { events.feedkeys("", { skipmap: true }); }); + + bind([""], "Select the next autocomplete result", + function () Events.PASS); + + bind([""], "Select the next autocomplete result", + function () { events.feedkeys("", { skipmap: true }); }); }, options: function () {