mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:07:58 +01:00
removed useless 3rd paramter from setTimeout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user