diff --git a/content/hints.js b/content/hints.js index df1d3557..387fd06b 100644 --- a/content/hints.js +++ b/content/hints.js @@ -642,7 +642,7 @@ outer: { var timeout = vimperator.options["hinttimeout"]; if (timeout > 0) - activeTimeout = setTimeout(function() { processHints(true); }, timeout, true); + activeTimeout = setTimeout(function() { processHints(true); }, timeout); return false; }