Remove typo

This commit is contained in:
Jackson Harper
2024-08-27 16:07:12 +08:00
parent 578cf130fc
commit 6129606e54

View File

@ -483,7 +483,7 @@ Readability.prototype = {
node.removeAttribute("class");
}
this._removeAllEventHandlers(media)
this._removeAllEventHandlers(node)
for (node = node.firstElementChild; node; node = node.nextElementSibling) {
this._cleanElement(node);