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

add object assign polyfill

This commit is contained in:
Luke Pulverenti 2016-03-16 16:38:01 -04:00
parent 74505accb3
commit bd8391a61c
13 changed files with 145 additions and 103 deletions

View file

@ -273,7 +273,7 @@
return;
}
require(['css!css/nowplayingbar.css', 'paper-slider'], function () {
require(['jQuery', 'css!css/nowplayingbar.css', 'paper-slider'], function ($) {
nowPlayingBarElement = document.querySelector('.nowPlayingBar');