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