{"version":3,"file":"js/bestof.js","mappings":"mBAEAA,OAAOC,UAAUC,OAAM,WACrBF,OAAO,0BAA0BG,MAAK,SAASC,GAC3C,IAAIC,EAAML,OAAOM,MACbC,EAAW,IAAIC,OAAOH,EAAII,KAAK,iBAEnCJ,EAAII,KAAK,YAAYC,OAAM,WACzBH,EAASI,WACX,IAEAN,EAAII,KAAK,YAAYC,OAAM,WACzBH,EAASK,WACX,GACJ,GACF,G","sources":["webpack://golf-wp/./wp-content/themes/golf/legacy/assets/scripts/best-of.js"],"sourcesContent":["import '../styles/best-of.css';\n\njQuery(document).ready(function() {\n  jQuery('.bo-carousel-container').each(function(i) {\n      var elm = jQuery(this);\n      var mySwiper = new Swiper(elm.find('.bo-carousel'));\n\n      elm.find('.bo-next').click(function() {\n        mySwiper.slideNext();\n      });\n\n      elm.find('.bo-prev').click(function() {\n        mySwiper.slidePrev();\n      });\n  })\n});\n"],"names":["jQuery","document","ready","each","i","elm","this","mySwiper","Swiper","find","click","slideNext","slidePrev"],"sourceRoot":""}