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

lint and replace for with for...of

This commit is contained in:
Cameron 2020-08-04 09:03:02 +01:00
parent 947f8ba05d
commit 44800858e5
2 changed files with 10 additions and 5 deletions

View file

@ -24,4 +24,4 @@ export default function (view, params, tabContent) {
guideInstance.pause();
}
};
};
}