mirror of https://github.com/gorhill/uBlock.git
Minor code review
This commit is contained in:
parent
3da11a3512
commit
2cf79ef922
|
@ -2913,7 +2913,7 @@ FilterContainer.prototype.fromSelfie = function(path) {
|
||||||
return true;
|
return true;
|
||||||
}),
|
}),
|
||||||
]).then(results =>
|
]).then(results =>
|
||||||
results.reduce((acc, v) => acc && v, true)
|
results.every(v => v === true)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue