1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 12:45:49 +01:00

Fix some quoting issues.

This commit is contained in:
Kris Maglione
2010-09-24 23:23:26 -04:00
parent 5257be7699
commit 9a73911347
2 changed files with 6 additions and 5 deletions

View File

@@ -1169,6 +1169,7 @@ const Options = Module("options", {
[option.value, "Current value"],
[option.defaultValue, "Default value"]
].filter(function (f) f[0] !== "" && String(f[0]).length < 200);
context.quote = ["", util.identity, ""];
});
}