1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

eslint cleanup

This commit is contained in:
kkapsner 2019-12-24 00:32:50 +01:00
parent 627ee6d21e
commit 3dc39e11a5
6 changed files with 3 additions and 13 deletions

View file

@ -130,7 +130,6 @@
function interceptWindow(window){
let wrappedTry;
try {
// eslint-disable-next-line no-unused-vars
const href = window.location.href;
wrappedTry = extension.getWrapped(window);
}