mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
5 lines
No EOL
186 B
JavaScript
5 lines
No EOL
186 B
JavaScript
/*===========================
|
|
Swiper
|
|
===========================*/
|
|
window.Swiper = function (container, params) {
|
|
if (!(this instanceof Swiper)) return new Swiper(container, params); |