code cleanup

This commit is contained in:
Sebastian Hildebrandt 2021-09-15 10:55:46 +02:00
parent 730ed7fc88
commit 9378d1dc91

View File

@ -1043,7 +1043,7 @@ function plistParser(xmlStr) {
} else {
let nextTagPos = getNextTagPos();
let nextClosePos = getNextClosingTagPos(cpos.tag);
nextClosePosBlock = closingTag ? getNextClosingTagPos(closingTag) : 999999;
// nextClosePosBlock = closingTag ? getNextClosingTagPos(closingTag) : 999999;
if (nextClosePos < nextTagPos.pos) {
if (cpos.tag === 'key') {
key = xmlStr.substring(0, nextClosePos);