mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:22:28 +01:00
declare variable in getMenuItems#addChildren()
This commit is contained in:
committed by
Kris Maglione
parent
98cc66c569
commit
b08f9053b3
@@ -268,7 +268,7 @@ const liberator = (function () //{{{
|
||||
}
|
||||
else
|
||||
{
|
||||
path = parent;
|
||||
let path = parent;
|
||||
if (item.localName == "menu")
|
||||
path += item.label + ".";
|
||||
addChildren(item, path);
|
||||
|
||||
Reference in New Issue
Block a user