1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/Swiper/src/js/swiper-intro-f7.js
2016-01-31 01:03:40 -05:00

5 lines
No EOL
186 B
JavaScript

/*===========================
Swiper
===========================*/
window.Swiper = function (container, params) {
if (!(this instanceof Swiper)) return new Swiper(container, params);