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);