chore: minor code style tweak

This commit is contained in:
Sam Potts
2021-09-29 21:44:15 +10:00
parent fbf4d27cd4
commit 5d1d247491
10 changed files with 14 additions and 14 deletions

View File

@ -19,7 +19,7 @@ const supportsPassiveListeners = (() => {
});
window.addEventListener('test', null, options);
window.removeEventListener('test', null, options);
} catch (e) {
} catch (_) {
// Do nothing
}