mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 03:24:13 +01:00
Add experimental :mksyntax command.
This commit is contained in:
@@ -42,6 +42,7 @@ const Option = Class("Option", {
|
||||
init: function (names, description, type, defaultValue, extraInfo) {
|
||||
this.name = names[0];
|
||||
this.names = names;
|
||||
this.realNames = names;
|
||||
this.type = type;
|
||||
this.description = description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user