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:
@@ -43,7 +43,7 @@ vimperator.util = {
|
||||
// any line breaks are displayed as \n
|
||||
colorize: function (arg, process_strings)
|
||||
{
|
||||
var type = typeof(arg);
|
||||
var type = typeof arg;
|
||||
|
||||
// some objects like window.JSON or getBrowsers()._browsers need the try/catch
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user