diff --git a/dist/plugins/autoplay/lg-autoplay.es5.js b/dist/plugins/autoplay/lg-autoplay.es5.js index 517a34092..56b467686 100644 --- a/dist/plugins/autoplay/lg-autoplay.es5.js +++ b/dist/plugins/autoplay/lg-autoplay.es5.js @@ -73,7 +73,9 @@ var autoplaySettings = { forceSlideShowAutoplay: false, autoplayControls: true, appendAutoplayControlsTo: '.lg-toolbar', - autoplayPluginStrings: { toggleAutoplay: 'Toggle Autoplay' }, + autoplayPluginStrings: { + toggleAutoplay: 'Toggle Autoplay', + }, }; /** diff --git a/dist/plugins/autoplay/lg-autoplay.umd.js b/dist/plugins/autoplay/lg-autoplay.umd.js index a2191bf38..5e4f30afa 100644 --- a/dist/plugins/autoplay/lg-autoplay.umd.js +++ b/dist/plugins/autoplay/lg-autoplay.umd.js @@ -79,7 +79,9 @@ forceSlideShowAutoplay: false, autoplayControls: true, appendAutoplayControlsTo: '.lg-toolbar', - autoplayPluginStrings: { toggleAutoplay: 'Toggle Autoplay' }, + autoplayPluginStrings: { + toggleAutoplay: 'Toggle Autoplay', + }, }; /** diff --git a/dist/plugins/comment/lg-comment.es5.js b/dist/plugins/comment/lg-comment.es5.js index 6e3803f1a..485c58137 100644 --- a/dist/plugins/comment/lg-comment.es5.js +++ b/dist/plugins/comment/lg-comment.es5.js @@ -74,7 +74,9 @@ var commentSettings = { language: 'en', }, commentsMarkup: '

Leave a comment.

', - commentPluginStrings: { toggleComments: 'Toggle Comments' }, + commentPluginStrings: { + toggleComments: 'Toggle Comments', + }, }; /** diff --git a/dist/plugins/comment/lg-comment.umd.js b/dist/plugins/comment/lg-comment.umd.js index 33c2776fd..cc52db41f 100644 --- a/dist/plugins/comment/lg-comment.umd.js +++ b/dist/plugins/comment/lg-comment.umd.js @@ -80,7 +80,9 @@ language: 'en', }, commentsMarkup: '

Leave a comment.

', - commentPluginStrings: { toggleComments: 'Toggle Comments' }, + commentPluginStrings: { + toggleComments: 'Toggle Comments', + }, }; /** diff --git a/dist/plugins/fullscreen/lg-fullscreen.es5.js b/dist/plugins/fullscreen/lg-fullscreen.es5.js index 51b1c8a55..7bf161592 100644 --- a/dist/plugins/fullscreen/lg-fullscreen.es5.js +++ b/dist/plugins/fullscreen/lg-fullscreen.es5.js @@ -33,7 +33,9 @@ var __assign = function() { var fullscreenSettings = { fullScreen: true, - fullscreenPluginStrings: { toggleFullscreen: 'Toggle Fullscreen' }, + fullscreenPluginStrings: { + toggleFullscreen: 'Toggle Fullscreen', + }, }; var FullScreen = /** @class */ (function () { diff --git a/dist/plugins/fullscreen/lg-fullscreen.umd.js b/dist/plugins/fullscreen/lg-fullscreen.umd.js index 8925fdad0..6f2df9d84 100644 --- a/dist/plugins/fullscreen/lg-fullscreen.umd.js +++ b/dist/plugins/fullscreen/lg-fullscreen.umd.js @@ -39,7 +39,9 @@ var fullscreenSettings = { fullScreen: true, - fullscreenPluginStrings: { toggleFullscreen: 'Toggle Fullscreen' }, + fullscreenPluginStrings: { + toggleFullscreen: 'Toggle Fullscreen', + }, }; var FullScreen = /** @class */ (function () { diff --git a/dist/plugins/thumbnail/lg-thumbnail.es5.js b/dist/plugins/thumbnail/lg-thumbnail.es5.js index db11dec4b..38a43466b 100644 --- a/dist/plugins/thumbnail/lg-thumbnail.es5.js +++ b/dist/plugins/thumbnail/lg-thumbnail.es5.js @@ -46,7 +46,9 @@ var thumbnailsSettings = { thumbnailSwipeThreshold: 10, loadYouTubeThumbnail: true, youTubeThumbSize: 1, - thumbnailPluginStrings: { toggleThumbnails: 'Toggle thumbnails' }, + thumbnailPluginStrings: { + toggleThumbnails: 'Toggle thumbnails', + }, }; /** diff --git a/dist/plugins/thumbnail/lg-thumbnail.umd.js b/dist/plugins/thumbnail/lg-thumbnail.umd.js index 3848948c3..9d84cec8f 100644 --- a/dist/plugins/thumbnail/lg-thumbnail.umd.js +++ b/dist/plugins/thumbnail/lg-thumbnail.umd.js @@ -52,7 +52,9 @@ thumbnailSwipeThreshold: 10, loadYouTubeThumbnail: true, youTubeThumbSize: 1, - thumbnailPluginStrings: { toggleThumbnails: 'Toggle thumbnails' }, + thumbnailPluginStrings: { + toggleThumbnails: 'Toggle thumbnails', + }, }; /**