{"version":3,"sources":["webpack://ftfa/./Src/Scripts/components/share.js"],"names":["constructor","elm","args","addEventListener","e","preventDefault","window","open","url"],"mappings":"iLAAe,MACXA,YAAYC,EAAKC,GACbD,EAAIE,iBAAiB,SAASC,IAC1BA,EAAEC,iBAEFC,OAAOC,KAAKL,EAAKM,IAAK,OAAQ","file":"461.d711f07bf5622acc3177.js","sourcesContent":["export default class Share {\r\n constructor(elm, args) {\r\n elm.addEventListener('click', e => {\r\n e.preventDefault();\r\n\r\n window.open(args.url, 'FTFa', 'width=500,height=400,status=yes,toolbar=no,menubar=no,location=no');\r\n });\r\n }\r\n}\r\n"],"sourceRoot":""}