mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 16:47:59 +01:00
Remove other uses of CompletionContextcompletion.jsgetKey
This commit is contained in:
@@ -128,7 +128,7 @@ function CompletionContext(editor, name, offset) //{{{
|
||||
* results.
|
||||
*/
|
||||
this.filters = [function (item) {
|
||||
let text = Array.concat(this.getKey(item, "text"));
|
||||
let text = Array.concat(item.text);
|
||||
for (let [i, str] in Iterator(text))
|
||||
{
|
||||
if (this.match(String(str)))
|
||||
|
||||
Reference in New Issue
Block a user