{"version":3,"sources":["functions.js"],"names":["$","window","on"],"mappings":"AAAAA,EAAAC,QAAAC,GAAA,OAAA","file":"functions.min.js","sourcesContent":["// Touch or No-Touch, that is the question!\r\n\r\n// function isTouchDevice() {\r\n// return true == (\"ontouchstart\" in window || window.DocumentTouch && document instanceof DocumentTouch);\r\n// }\r\n// if (isTouchDevice() === true) {\r\n// $(\"body\").toggleClass(\"touch\");\r\n// } else {\r\n// $(\"body\").toggleClass(\"no-touch\");\r\n// }\r\n\r\n\r\n// $('.msdw-slider-jacket').slick({\r\n// slidesToShow: 1,\r\n// slidesToScroll: 1,\r\n// swipe: false,\r\n// arrows: false,\r\n// // if autoplay...\r\n// autoplay: true,\r\n// // use this to avoid\r\n// // page jumping bug\r\n// accessibility: false \r\n// });\r\n\r\n// $('.slick-prev').click(function() {\r\n// $('.msdw-slider-jacket').slick('slickPrev');\r\n// });\r\n//\r\n// $('.slick-next').click(function() {\r\n// $('.msdw-slider-jacket').slick('slickNext');\r\n// });\r\n\r\n// UNSLICK\r\n// If needed, here's a fix for window resizing\r\n// $(window).resize(function() {\r\n// $('.msdw-benefit-slider-mobile, .msdw-sport-slider-mobile').slick('resize');\r\n// });\r\n\r\n// $(window).on('orientationchange', function() {\r\n// $('.msdw-benefit-slider-mobile, .msdw-sport-slider-mobile').slick('resize');\r\n// });\r\n"]}