mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 00:35:49 +01:00
Change the signature of :group. Remove the now useless :mapgroup alias.
--HG-- branch : groups
This commit is contained in:
@@ -279,6 +279,8 @@ var Command = Class("Command", {
|
||||
|
||||
explicitOpts: Class.memoize(function () ({})),
|
||||
|
||||
has: function (opt) set.has(this.explicitOpts, opt) || typeof opt === "number" && set.has(this, opt),
|
||||
|
||||
get literalArg() this.command.literal != null && this[this.command.literal] || "",
|
||||
|
||||
// TODO: string: Class.memoize(function () { ... }),
|
||||
|
||||
Reference in New Issue
Block a user