mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 05:53:31 +01:00
Unbreak :se! completion.
This commit is contained in:
@@ -1651,7 +1651,7 @@ function Completion() //{{{
|
|||||||
context.anchored = false;
|
context.anchored = false;
|
||||||
context.title = ["Firefox Preference", "Value"];
|
context.title = ["Firefox Preference", "Value"];
|
||||||
context.keys = { text: function (item) item, description: function (item) options.getPref(item) };
|
context.keys = { text: function (item) item, description: function (item) options.getPref(item) };
|
||||||
context.completions = service["prefs"].getChildList("", { value: 0 });
|
context.completions = service["pref"].getChildList("", { value: 0 });
|
||||||
},
|
},
|
||||||
|
|
||||||
search: function search(context, noSuggest)
|
search: function search(context, noSuggest)
|
||||||
|
|||||||
Reference in New Issue
Block a user