mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 18:42:28 +01:00
@@ -708,8 +708,8 @@ var Option = Class("Option", {
|
||||
return uniq(Array.concat(values, this.value), true);
|
||||
case "-":
|
||||
return this.value.filter(function (item) {
|
||||
return !this.has(item), new RealSet(values);
|
||||
});
|
||||
return !this.has(item);
|
||||
}, new RealSet(values));
|
||||
case "=":
|
||||
if (invert) {
|
||||
let old = this.value.map(String);
|
||||
|
||||
Reference in New Issue
Block a user