From a1c53bbdb0a3ac0aa56922b5b14e75026db7fd10 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 11 May 2009 20:15:08 +1000 Subject: [PATCH] Remove a trailing comma. --- common/content/hints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/hints.js b/common/content/hints.js index 6e80fa69..6c9692db 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -886,7 +886,7 @@ function Hints() //{{{ context.completions = [[k, v.prompt] for ([k, v] in Iterator(hintModes))]; }, onChange: function () { modes.pop() }, - onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); }, + onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); } }); }, { flags: Mappings.flags.COUNT });