mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:07:59 +01:00
whitespace fixes
This commit is contained in:
@@ -759,7 +759,7 @@ function Commands() //{{{
|
||||
{
|
||||
if (/^custom,/.test(completeOpt))
|
||||
completeFunc = completeOpt.substr(7);
|
||||
else
|
||||
else
|
||||
completeFunc = "completion." + completeOptionMap[completeOpt];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user