code cleanup
This commit is contained in:
parent
730ed7fc88
commit
9378d1dc91
@ -1043,7 +1043,7 @@ function plistParser(xmlStr) {
|
|||||||
} else {
|
} else {
|
||||||
let nextTagPos = getNextTagPos();
|
let nextTagPos = getNextTagPos();
|
||||||
let nextClosePos = getNextClosingTagPos(cpos.tag);
|
let nextClosePos = getNextClosingTagPos(cpos.tag);
|
||||||
nextClosePosBlock = closingTag ? getNextClosingTagPos(closingTag) : 999999;
|
// nextClosePosBlock = closingTag ? getNextClosingTagPos(closingTag) : 999999;
|
||||||
if (nextClosePos < nextTagPos.pos) {
|
if (nextClosePos < nextTagPos.pos) {
|
||||||
if (cpos.tag === 'key') {
|
if (cpos.tag === 'key') {
|
||||||
key = xmlStr.substring(0, nextClosePos);
|
key = xmlStr.substring(0, nextClosePos);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user