mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 00:15:46 +01:00
Fix some completion issues. Make async search suggestion completions somewhat more useable.
This commit is contained in:
@@ -1523,7 +1523,7 @@ var Events = Module("events", {
|
||||
setter: function (values) {
|
||||
values.forEach(function (filter) {
|
||||
filter.result = events.fromString(filter.result).map(events.closure.toString);
|
||||
filter.result.toString = function toString() this.join("");
|
||||
filter.result.toString = bind(filter.results.join, filter.results);
|
||||
});
|
||||
return values;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user