mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 10:35:47 +01:00
Work around stupid error in Minefield.
This commit is contained in:
@@ -1425,11 +1425,8 @@ var Commands = Module("commands", {
|
||||
return context.completions = result;
|
||||
};
|
||||
}
|
||||
else {
|
||||
util.assert(set.has(config.completers, completer),
|
||||
_("command.unknownCompleter", completer));
|
||||
else
|
||||
completerFunc = function (context) modules.completion.closure[config.completers[completer]](context);
|
||||
}
|
||||
}
|
||||
|
||||
let added = args["-group"].add(cmd.split(","),
|
||||
|
||||
Reference in New Issue
Block a user