aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/utils/animation.js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-02-11 11:08:56 -0500
committerJesús <heckyel@hyperbola.info>2022-02-11 11:08:56 -0500
commit69e20fc11381bdc94c416f11527289a34ffb89ed (patch)
tree4b8969904958e4a377a9dd00cabd972c1ce22429 /src/js/utils/animation.js
parent421de00c8bb27fd0cd01d19ed4c2681ef2d63446 (diff)
downloadplyr-69e20fc11381bdc94c416f11527289a34ffb89ed.tar.lz
plyr-69e20fc11381bdc94c416f11527289a34ffb89ed.tar.xz
plyr-69e20fc11381bdc94c416f11527289a34ffb89ed.zip
update from upstreamHEADmaster
Diffstat (limited to 'src/js/utils/animation.js')
-rw-r--r--src/js/utils/animation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/utils/animation.js b/src/js/utils/animation.js
index b4ccf268..8cb37895 100644
--- a/src/js/utils/animation.js
+++ b/src/js/utils/animation.js
@@ -31,7 +31,7 @@ export function repaint(element, delay) {
// eslint-disable-next-line no-param-reassign
element.hidden = false;
- } catch (e) {
+ } catch (_) {
// Do nothing
}
}, delay);