mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 22:45:51 +01:00
declare variable in getMenuItems#addChildren()
This commit is contained in:
@@ -268,7 +268,7 @@ const liberator = (function () //{{{
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
path = parent;
|
let path = parent;
|
||||||
if (item.localName == "menu")
|
if (item.localName == "menu")
|
||||||
path += item.label + ".";
|
path += item.label + ".";
|
||||||
addChildren(item, path);
|
addChildren(item, path);
|
||||||
|
|||||||
Reference in New Issue
Block a user