{"version":3,"sources":["../ts/education/quote-slider.js"],"names":["jquery_1","default","each","this","slick","dots","slidesToShow","autoplay","autoplaySpeed","text"],"mappings":"yNAIAA,SAAAC,QAAE,eAAe,EAAEC,KAAK,WACtBF,SAAAC,QAAEE,IAAI,EAAEC,MAAM,CACZC,KAAM,CAAA,EACNC,aAAc,EACdC,SAAU,CAAA,EACVC,cAAeR,SAAAC,QAAE,aAAa,EAAEQ,KAAI,C,CACrC,CACH,CAAC","file":"quote-slider.js","sourcesContent":["import $ from 'jquery';\r\nimport 'slick-carousel';\r\n\r\n//Call content sliders\r\n$('.quote-slider').each(function () {\r\n $(this).slick({\r\n dots: true, \r\n slidesToShow: 1,\r\n autoplay: true,\r\n autoplaySpeed: $('#play-speed').text() \r\n });\r\n});"]}