mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-09 20:45:46 +01:00
Support multi-character hint modes. Remove bloody fh=2. Closes issue #614.
This commit is contained in:
@@ -199,6 +199,7 @@ var Option = Class("Option", {
|
||||
set stringValue(value) this.value = this.parse(value),
|
||||
|
||||
get stringDefaultValue() this.stringify(this.defaultValue),
|
||||
set stringDefaultValue(val) this.defaultValue = this.parse(val),
|
||||
|
||||
getKey: function getKey(key) undefined,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user