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