From 0f1e1c85cdb2cf345b40e5f6a3bde2a3b2ad4169 Mon Sep 17 00:00:00 2001 From: Ambrin Chaudhary Date: Wed, 15 Nov 2023 13:14:20 +0100 Subject: [PATCH] LPS-200907 Ignore SF error, it is imported via script tag --- .../src/main/resources/META-INF/resources/js/VideoStreaming.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apps/fragment/fragment-video-streaming/src/main/resources/META-INF/resources/js/VideoStreaming.js b/modules/apps/fragment/fragment-video-streaming/src/main/resources/META-INF/resources/js/VideoStreaming.js index 5030f24c1dba47..546e54921fc499 100644 --- a/modules/apps/fragment/fragment-video-streaming/src/main/resources/META-INF/resources/js/VideoStreaming.js +++ b/modules/apps/fragment/fragment-video-streaming/src/main/resources/META-INF/resources/js/VideoStreaming.js @@ -40,6 +40,7 @@ export default function VideoStreaming({ content.firstElementChild.style.width = contentWidth + 'px'; } + // eslint-disable-next-line no-undef const player = videojs('fragmentVideoJsURL', configuration); player.ready(() => {