From 34f8dcbd2fa39875a64164c43786a6b81ebe3533 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 13 Oct 2009 21:17:24 +1100 Subject: [PATCH] Remove fixed FIXME comment. --- common/content/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/editor.js b/common/content/editor.js index 3d858395..74c9d1a0 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -318,7 +318,6 @@ function Editor() //{{{ [""], "Edit text field with an external editor", function () { editor.editFieldExternally(); }); - // FIXME: does not work correctly mappings.add([modes.INSERT], [""], "Edit text field in Vi mode", function () { liberator.mode = modes.TEXTAREA; });