1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 22:34:13 +01:00

declare variable in getMenuItems#addChildren()

This commit is contained in:
Doug Kearns
2008-12-19 23:12:06 +11:00
parent 4b896f3706
commit 92f9fcfc8d

View File

@@ -268,7 +268,7 @@ const liberator = (function () //{{{
}
else
{
path = parent;
let path = parent;
if (item.localName == "menu")
path += item.label + ".";
addChildren(item, path);