Fix eslint issues
This commit is contained in:
@@ -65,7 +65,7 @@ import '../elements/emby-button/emby-button';
|
||||
}
|
||||
};
|
||||
|
||||
import('../scripts/touchHelper').then(({default: TouchHelper}) => {
|
||||
import('../scripts/touchHelper').then(({ default: TouchHelper }) => {
|
||||
const touchHelper = new TouchHelper(view.parentNode.parentNode);
|
||||
|
||||
Events.on(touchHelper, 'swipeleft', onSwipeLeft);
|
||||
|
||||
Reference in New Issue
Block a user