1
0
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:
Kris Maglione
2008-12-20 13:54:35 -05:00
parent 653893bbfc
commit e1d5236261
2 changed files with 17 additions and 21 deletions

View File

@@ -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)))