mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:37:58 +01:00
removed useless 3rd paramter from setTimeout
This commit is contained in:
@@ -642,7 +642,7 @@ outer:
|
|||||||
{
|
{
|
||||||
var timeout = vimperator.options["hinttimeout"];
|
var timeout = vimperator.options["hinttimeout"];
|
||||||
if (timeout > 0)
|
if (timeout > 0)
|
||||||
activeTimeout = setTimeout(function() { processHints(true); }, timeout, true);
|
activeTimeout = setTimeout(function() { processHints(true); }, timeout);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user