mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
whitespace fixes
This commit is contained in:
@@ -719,7 +719,7 @@ liberator.History = function () //{{{
|
||||
|
||||
if (!filter)
|
||||
return cachedHistory.concat(history);
|
||||
return liberator.completion.cached("history", filter, function() cachedHistory.concat(history),
|
||||
return liberator.completion.cached("history", filter, function () cachedHistory.concat(history),
|
||||
"filterURLArray");
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user