{"version":3,"sources":["components/footer/_1/footer.js"],"names":["AppFooter","Component","constructor","el","upBtn","$find","addEventListener","scrollUp","window","scrollTo","top","behavior"],"mappings":"aAAA,KAAMA,CAAAA,SAAN,QAAwBC,CAAAA,SAAU,CACjCC,WAAW,CAACC,EAAD,CAAK,CACf,MAAMA,EAAN,EACA,KAAKC,KAAL,CAAa,KAAKC,KAAL,CAAW,0BAAX,CAAb,CACA,KAAKD,KAAL,CAAWE,gBAAX,CAA4B,OAA5B,CAAqC,IAAM,KAAKC,QAAL,EAA3C,CACA,CAEDA,QAAQ,EAAG,CACVC,MAAM,CAACC,QAAP,CAAgB,CACfC,GAAG,CAAE,CADU,CAEfC,QAAQ,CAAE,QAFK,CAAhB,CAIA,CAZgC","sourcesContent":["class AppFooter extends Component {\r\n\tconstructor(el) {\r\n\t\tsuper(el);\r\n\t\tthis.upBtn = this.$find('[data-scroll-top-anchor]');\r\n\t\tthis.upBtn.addEventListener('click', () => this.scrollUp());\r\n\t}\r\n\r\n\tscrollUp() {\r\n\t\twindow.scrollTo({\r\n\t\t\ttop: 0,\r\n\t\t\tbehavior: 'smooth'\r\n\t\t});\r\n\t}\r\n}"],"file":"footer.min.js"}