From 6129606e544cd8ab7ae35960d3c6909bfe78d4e5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 27 Aug 2024 16:07:12 +0800 Subject: [PATCH] Remove typo --- 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 2a5b6042c..58d5cccd0 100644 --- a/packages/readabilityjs/Readability.js +++ b/packages/readabilityjs/Readability.js @@ -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);