1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

manual changes for no-var eslint rule

This commit is contained in:
dkanada 2020-10-08 00:47:23 +09:00
parent 3374114a37
commit 237e8ddc4c
8 changed files with 13 additions and 12 deletions

View file

@ -10,7 +10,7 @@ function fallback(urls) {
document.documentElement.appendChild(frame);
// the download init has to be sequential otherwise IE only use the first
var interval = setInterval(function () {
const interval = setInterval(function () {
if (frame.contentWindow.document.readyState === 'complete' || frame.contentWindow.document.readyState === 'interactive') {
clearInterval(interval);