mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add missing this
This commit is contained in:
parent
b2d36330c9
commit
578cf130fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue