1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 10:15:45 +01:00

Better list option parsing and serialization.

This commit is contained in:
Kris Maglione
2010-09-24 15:24:21 -04:00
parent fa20629524
commit 0753c9505e
8 changed files with 121 additions and 66 deletions

View File

@@ -211,7 +211,7 @@ const RangeFinder = Module("rangefinder", {
options.add(["hlsearch", "hls"],
"Highlight previous search pattern matches",
"boolean", "false", {
"boolean", false, {
setter: function (value) {
try {
if (value)