mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix ESLint breakage
This commit is contained in:
parent
cdb9b29203
commit
f58f54815c
4 changed files with 30 additions and 22 deletions
|
@ -95,8 +95,10 @@ import layoutManager from "layoutManager";
|
||||||
return focusedElement;
|
return focusedElement;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
/* eslint-enable indent */
|
||||||
isEnabled: isEnabled,
|
|
||||||
enable: enable,
|
export default {
|
||||||
autoFocus: autoFocus
|
isEnabled: isEnabled,
|
||||||
};
|
enable: enable,
|
||||||
|
autoFocus: autoFocus
|
||||||
|
};
|
||||||
|
|
|
@ -1854,6 +1854,8 @@ import 'programStyles';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* eslint-enable indent */
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
getCardsHtml: getCardsHtml,
|
getCardsHtml: getCardsHtml,
|
||||||
getDefaultBackgroundClass: getDefaultBackgroundClass,
|
getDefaultBackgroundClass: getDefaultBackgroundClass,
|
||||||
|
|
|
@ -262,15 +262,17 @@
|
||||||
return _transitionEvent;
|
return _transitionEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
/* eslint-enable indent */
|
||||||
parentWithAttribute: parentWithAttribute,
|
|
||||||
parentWithClass: parentWithClass,
|
export default {
|
||||||
parentWithTag: parentWithTag,
|
parentWithAttribute: parentWithAttribute,
|
||||||
addEventListener: addEventListener,
|
parentWithClass: parentWithClass,
|
||||||
removeEventListener: removeEventListener,
|
parentWithTag: parentWithTag,
|
||||||
getWindowSize: getWindowSize,
|
addEventListener: addEventListener,
|
||||||
getScreenWidth: getScreenWidth,
|
removeEventListener: removeEventListener,
|
||||||
whichTransitionEvent: whichTransitionEvent,
|
getWindowSize: getWindowSize,
|
||||||
whichAnimationEvent: whichAnimationEvent,
|
getScreenWidth: getScreenWidth,
|
||||||
whichAnimationCancelEvent: whichAnimationCancelEvent
|
whichTransitionEvent: whichTransitionEvent,
|
||||||
};
|
whichAnimationEvent: whichAnimationEvent,
|
||||||
|
whichAnimationCancelEvent: whichAnimationCancelEvent
|
||||||
|
};
|
||||||
|
|
|
@ -544,8 +544,10 @@ import layoutManager from "layoutManager";
|
||||||
}, {capture: true});
|
}, {capture: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
/* eslint-enable indent */
|
||||||
isEnabled: isEnabled,
|
|
||||||
scrollTo: scrollTo,
|
export default {
|
||||||
scrollToElement: scrollToElement
|
isEnabled: isEnabled,
|
||||||
};
|
scrollTo: scrollTo,
|
||||||
|
scrollToElement: scrollToElement
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue