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 });