mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
ESLint is a magnificent piece of software that everybody should love /sarcasm
This commit is contained in:
parent
133e1c9085
commit
df1f9470e6
1 changed files with 38 additions and 34 deletions
|
@ -3,7 +3,9 @@
|
||||||
import dom from 'dom';
|
import dom from 'dom';
|
||||||
import scrollManager from 'scrollManager';
|
import scrollManager from 'scrollManager';
|
||||||
|
|
||||||
'use strict';
|
/* eslint-disable no-unused-expressions */
|
||||||
|
'use strict';
|
||||||
|
/* eslint-enable no-unused-expressions */
|
||||||
|
|
||||||
var scopes = [];
|
var scopes = [];
|
||||||
function pushScope(elem) {
|
function pushScope(elem) {
|
||||||
|
@ -476,7 +478,9 @@ import scrollManager from 'scrollManager';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
/* eslint-enable indent */
|
||||||
|
|
||||||
|
export default {
|
||||||
autoFocus: autoFocus,
|
autoFocus: autoFocus,
|
||||||
focus: focus,
|
focus: focus,
|
||||||
focusableParent: focusableParent,
|
focusableParent: focusableParent,
|
||||||
|
@ -508,4 +512,4 @@ import scrollManager from 'scrollManager';
|
||||||
focusFirst: focusFirst,
|
focusFirst: focusFirst,
|
||||||
focusLast: focusLast,
|
focusLast: focusLast,
|
||||||
moveFocus: moveFocus
|
moveFocus: moveFocus
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue