From 578cf130fcb5c9247c094db6392ce9b34c7cb388 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 27 Aug 2024 15:04:32 +0800 Subject: [PATCH] Add missing this --- packages/readabilityjs/Readability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/readabilityjs/Readability.js b/packages/readabilityjs/Readability.js index e61b453a5..2a5b6042c 100644 --- a/packages/readabilityjs/Readability.js +++ b/packages/readabilityjs/Readability.js @@ -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);