Add missing this

This commit is contained in:
Jackson Harper
2024-08-27 15:04:32 +08:00
parent b2d36330c9
commit 578cf130fc

View File

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