1
0
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:
Kris Maglione
2010-12-21 12:14:00 -05:00
parent fcd388dd6c
commit 7b52a7d477
5 changed files with 154 additions and 0 deletions

View File

@@ -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;