Skip to content

Commit

Permalink
Feed semicolon to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhiFadlillah authored and gijsk committed Apr 3, 2020
1 parent d8366f0 commit 7d74395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readability.js
Original file line number Diff line number Diff line change
Expand Up @@ -1354,11 +1354,11 @@ Readability.prototype = {
case "srcset":
case "data-src":
case "data-srcset":
return
return;
}

if (/\.(jpg|jpeg|png|webp)/i.test(attr.value)) {
return
return;
}
}

Expand Down

0 comments on commit 7d74395

Please sign in to comment.