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); |