mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:07:59 +01:00
Add missing semicolons.
This commit is contained in:
@@ -1047,7 +1047,7 @@ function Commands() //{{{
|
||||
return undefined;
|
||||
}
|
||||
return completer.apply(this, Array.slice(arguments));
|
||||
}
|
||||
};
|
||||
}
|
||||
else
|
||||
completeFunc = completion[completeOptionMap[completeOpt]];
|
||||
|
||||
Reference in New Issue
Block a user