1
0
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:
Kris Maglione
2011-04-14 23:03:11 -04:00
parent eaf624eefc
commit 2b30df839f
3 changed files with 5 additions and 6 deletions

View File

@@ -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(","),