{"version":3,"sources":["../../dev/j/windows-10-antivirus.js"],"names":["$infoBox","$","on","$self","this","$target","targetOpened","hasClass","removeClass","addClass","sliderInfNotiSecMedRating","tns","container","controlsContainer","preventScrollOnTouch","controlsPosition","controls","navPosition","mouseDrag","speed","center","slideBy","fixedWidth","gutter","loop","responsive","768","1280","1600"],"mappings":"CAAA,WACC,YACA,IAAIA,GAAWC,EAAE,eAEjBD,GAASE,GAAG,QAAS,WACpB,GAAIC,GAAQF,EAAEG,MACbC,EAAUF,EACVG,IAAiBD,EAAQE,SAAS,SAGnCP,GAASQ,YAAY,UAGjBF,EACHD,EAAQG,YAAY,UAEpBH,EAAQI,SAAS,cAMpB,IAAIC,2BAA4BC,KAC/BC,UAAa,mCACbC,kBAAqB,4CACrBC,qBAAwB,QACxBC,iBAAoB,SACpBC,UAAY,EACZC,YAAe,SACfC,WAAa,EACbC,MAAS,IACTC,QAAU,EACVC,QAAW,EACXC,WAAc,IACdC,OAAU,GACVC,MAAQ,EACRC,YACCC,KACCL,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXI,MACCN,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXK,MACCP,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU","file":"windows-10-antivirus.js","sourcesContent":["(function () {\n\t'use strict';\n\tvar $infoBox = $('.js-question');\n\n\t$infoBox.on('click', function() {\n\t\tvar $self = $(this),\n\t\t\t$target = $self,\n\t\t\ttargetOpened = !!$target.hasClass('expand');\n\n\t\t// Close all boxes\n\t\t$infoBox.removeClass('expand');\n\n\t\t// Check current box for toggle\n\t\tif (targetOpened) {\n\t\t\t$target.removeClass('expand');\n\t\t} else {\n\t\t\t$target.addClass('expand');\n\t\t}\n\t});\n\n})();\n\nvar sliderInfNotiSecMedRating = tns({\n\t\"container\": \".slider-sliderSliNotiSecSmRating\",\n\t\"controlsContainer\": \".slider-sliderSliNotiSecSmRating-controls\",\n\t\"preventScrollOnTouch\": \"force\",\n\t\"controlsPosition\": \"bottom\",\n\t\"controls\": false,\n\t\"navPosition\": \"bottom\",\n\t\"mouseDrag\": true,\n\t\"speed\": 400,\n\t\"center\": false,\n\t\"slideBy\": 1,\n\t\"fixedWidth\": 250,\n\t\"gutter\": 16,\n\t\"loop\": false,\n\t\"responsive\": {\n\t\t\"768\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": false,\n\t\t\t\"fixedWidth\": 316,\n\t\t\t\"gutter\": 32\n\t\t},\n\t\t\"1280\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": true,\n\t\t\t\"fixedWidth\": 316,\n\t\t\t\"gutter\": 64\n\t\t},\n\t\t\"1600\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": true,\n\t\t\t\"fixedWidth\": 316,\n\t\t\t\"gutter\": 64\n\t\t}\n\t}\n});\n"]}