blueimp / Gallery

blueimp Gallery is a touch-enabled, responsive and customizable image & video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality, fullscreen support and on-demand content loading.
https://blueimp.github.io/Gallery/
Other
3.75k stars 984 forks source link

Extraneous semi colon #262

Closed copremesis closed 2 years ago

copremesis commented 3 years ago

Please push this through I really like your gallery 🙇

blueimp commented 2 years ago

Hi @copremesis, the leading semicolon prevents issues when the files are simply concatenated (vs combined using a JS bundler). This project is also configured with Prettier, so any formatting is simply an effect of the tooling and not something I would change manually.