declare variable in getMenuItems#addChildren()

This commit is contained in:
Doug Kearns
2008-12-19 15:25:11 -05:00
committed by Kris Maglione
parent 98cc66c569
commit b08f9053b3
+1 -1
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);