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:
parent
df1f9470e6
commit
6f78cdfde2
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@
|
||||||
import dom from 'dom';
|
import dom from 'dom';
|
||||||
import scrollManager from 'scrollManager';
|
import scrollManager from 'scrollManager';
|
||||||
|
|
||||||
/* eslint-disable no-unused-expressions */
|
|
||||||
'use strict';
|
|
||||||
/* eslint-enable no-unused-expressions */
|
|
||||||
|
|
||||||
var scopes = [];
|
var scopes = [];
|
||||||
function pushScope(elem) {
|
function pushScope(elem) {
|
||||||
scopes.push(elem);
|
scopes.push(elem);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue