mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Change missed var declarations into let
This commit is contained in:
parent
aa12a79625
commit
a6d37e7633
4 changed files with 17 additions and 17 deletions
|
@ -2,7 +2,7 @@ define(["quickConnectSettings", "dom", "globalize", "loading", "userSettings", "
|
|||
"use strict";
|
||||
|
||||
return function (view) {
|
||||
var quickConnectSettingsInstance = null;
|
||||
let quickConnectSettingsInstance = null;
|
||||
|
||||
view.addEventListener("viewshow", function () {
|
||||
quickConnectSettingsInstance = new QuickConnectSettings({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue