mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 23:45:45 +01:00
Fix some Firefox version-specific brokenness.
This commit is contained in:
@@ -408,11 +408,11 @@ const ex = {
|
||||
dactyl.assert(cmd, "No such command");
|
||||
|
||||
return update(function exCommand(options) {
|
||||
let args = this._args(cmd, arguments);
|
||||
let args = ex._args(cmd, arguments);
|
||||
args.verify();
|
||||
return cmd.execute(args);
|
||||
}, {
|
||||
dactylCompleter: this._complete(cmd)
|
||||
dactylCompleter: ex._complete(cmd)
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user