mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:42:26 +01:00
Fix completion.runCompleter
This commit is contained in:
@@ -965,7 +965,7 @@ function Completion() //{{{
|
|||||||
|
|
||||||
runCompleter: function (name, filter)
|
runCompleter: function (name, filter)
|
||||||
{
|
{
|
||||||
return _runCompleter.items.map(function (i) i.item);
|
return this._runCompleter(name, filter).items.map(function (i) i.item);
|
||||||
},
|
},
|
||||||
|
|
||||||
// cancel any ongoing search
|
// cancel any ongoing search
|
||||||
|
|||||||
Reference in New Issue
Block a user