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

Its build as ES6 module, no need for the strict

This commit is contained in:
Xantios Krugor 2020-08-03 15:08:17 +02:00
parent df1f9470e6
commit 6f78cdfde2

View file

@ -3,10 +3,6 @@
import dom from 'dom';
import scrollManager from 'scrollManager';
/* eslint-disable no-unused-expressions */
'use strict';
/* eslint-enable no-unused-expressions */
var scopes = [];
function pushScope(elem) {
scopes.push(elem);