Поправлен баг
This commit is contained in:
@@ -336,7 +336,7 @@ class XmlParser extends NodeBase {
|
|||||||
each(callback, self = false) {
|
each(callback, self = false) {
|
||||||
if (self) {
|
if (self) {
|
||||||
for (const n of this.rawNodes) {
|
for (const n of this.rawNodes) {
|
||||||
if (callback(new NodeObject(n)) === false);
|
if (callback(new NodeObject(n)) === false)
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user