mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-05 06:13:32 +02:00
@@ -133,8 +133,8 @@ var CompletionContext = Class("CompletionContext", {
|
|||||||
*/
|
*/
|
||||||
this.filterFunc = function filterFunc(items) {
|
this.filterFunc = function filterFunc(items) {
|
||||||
return this.filters
|
return this.filters
|
||||||
.reduce((res, filter)
|
.reduce((res, filter) =>
|
||||||
=> res.filter((item) => filter.call(this, item)),
|
res.filter((item) => filter.call(this, item)),
|
||||||
items);
|
items);
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user