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

Add eslint:recommended and update rules and globals

This commit is contained in:
Bill Thornton 2020-02-25 18:33:38 -05:00
parent c4c3078e06
commit f7997d5270
8 changed files with 56 additions and 7 deletions

View file

@ -357,6 +357,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
return new Promise(function (resolve, reject) {
require(['shaka'], function () {
/* globals shaka */
var player = new shaka.Player(elem);