From 72b38d2d2e54b1cc6555c627df02e1a99da3e51f Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 15 Oct 2010 04:34:14 +1100 Subject: [PATCH] Remove crufty comment. --HG-- extra : rebase_source : 3d39efb98c9dd571d019862dded2e6a2cc123c7d --- common/content/modes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/modes.js b/common/content/modes.js index 796ee311..4533d0ca 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -207,7 +207,6 @@ const Modes = Module("modes", { }, // helper function to set both modes in one go - // if silent == true, you also need to take care of the mode handling changes yourself set: function set(mainMode, extendedMode, params, stack) { params = params || this.getMode(mainMode || this.main).params;