mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:08:00 +01:00
Use Option#parseValues in 'sanitizeitems' setter.
This commit is contained in:
@@ -72,7 +72,7 @@ function Sanitizer() //{{{
|
|||||||
{
|
{
|
||||||
options.setPref(pref, false);
|
options.setPref(pref, false);
|
||||||
|
|
||||||
for (let [, value] in Iterator(values.split(",")))
|
for (let [, value] in Iterator(this.parseValues(values)))
|
||||||
{
|
{
|
||||||
if (prefToArg(pref) == value)
|
if (prefToArg(pref) == value)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user