1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-01 12:25:46 +01:00

Ported fixes for PM-28.6

Ported fixes from
https://github.com/RFDAJE/pentadactyl/tree/fix-palemoon-28.6
This commit is contained in:
2019-07-08 18:26:29 +02:00
parent 0a05e0089b
commit d4b7e64470
3 changed files with 12 additions and 8 deletions

View File

@@ -627,7 +627,7 @@ var CommandHive = Class("CommandHive", Contexts.Hive, {
extra.hive = this;
extra.parsedSpecs = Command.parseSpecs(specs);
let names = extra.parsedSpecs.flatMap();
let names = extra.parsedSpecs;
let name = names[0];
if (this.name != "builtin") {