mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 03:45:46 +01:00
Add missing semicolons.
This commit is contained in:
@@ -1189,7 +1189,7 @@ var Completion = Module("completion", {
|
||||
let builtin = Object.keys(Cc)
|
||||
.filter(k => k.startsWith(services.AUTOCOMPLETE))
|
||||
.map(key => {
|
||||
let name = key.substr(services.AUTOCOMPLETE.length)
|
||||
let name = key.substr(services.AUTOCOMPLETE.length);
|
||||
return ["native:" + name, _("autocomplete.description", name)];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user