提交 3a7e247a 编写于 作者: G Guillaume Gomez

Fix for older JS versions

上级 026c7499
......@@ -115,7 +115,7 @@ function lookForEntry(entry, data) {
if (!entry.hasOwnProperty(key)) {
continue;
}
let value = data[i][key];
var value = data[i][key];
// To make our life easier, if there is a "parent" type, we add it to the path.
if (key === 'path' && data[i]['parent'] !== undefined) {
if (value.length > 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册