1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:58:00 +01:00
This commit is contained in:
Kris Maglione
2009-04-24 19:27:06 -04:00
parent bfdd83547c
commit 9aec9f3e6a

View File

@@ -1699,7 +1699,7 @@ function Completion() //{{{
option: function option(context, scope)
{
context.title = ["Option"];
context.keys = { text: "names", description: "description" };
context.keys = { text: "fullMenuPath", description: function (item) item.getAttribute("label") };
context.completions = options;
if (scope)
context.filters.push(function ({ item: opt }) opt.scope & scope);