From b08f9053b3c24b167e3ffcf1388a4d0e438a192e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 19 Dec 2008 23:12:06 +1100 Subject: [PATCH] declare variable in getMenuItems#addChildren() --- common/content/liberator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/liberator.js b/common/content/liberator.js index 1e3d7037..30283ee6 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -268,7 +268,7 @@ const liberator = (function () //{{{ } else { - path = parent; + let path = parent; if (item.localName == "menu") path += item.label + "."; addChildren(item, path);