From 68b42e466e190c1d02847429a58032ca43ddacaa Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 7 Feb 2011 13:22:24 -0500 Subject: [PATCH] Unhide COMMAND mode. --HG-- branch : groups --- common/content/modes.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/content/modes.js b/common/content/modes.js index 560f616d..3b2ca4a3 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -47,8 +47,7 @@ var Modes = Module("modes", { count: false }); this.addMode("COMMAND", { - description: "The base mode for most modes which accept commands rather than input", - hidden: true + description: "The base mode for most modes which accept commands rather than input" }); this.addMode("NORMAL", {