1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 00:32:26 +01:00

actually don't anchor :emenu

This commit is contained in:
Martin Stubenschrott
2009-01-11 01:27:10 +01:00
parent 8bd3c666cf
commit 3698f3152b

View File

@@ -1621,6 +1621,7 @@ function Completion() //{{{
menuItem: function menuItem(context)
{
context.title = ["Menu Path", "Label"];
context.anchored = false;
context.keys = { text: "fullMenuPath", description: "label" };
context.completions = liberator.menuItems;
},