mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:57:58 +01:00
remove unnecessary parentheses from typeof args
This commit is contained in:
@@ -418,7 +418,7 @@ const vimperator = (function () //{{{
|
||||
if (!args)
|
||||
args = [];
|
||||
|
||||
if (typeof(blocking) != "boolean")
|
||||
if (typeof blocking != "boolean")
|
||||
blocking = false;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user