{"version":3,"sources":["webpack:///./js/modules/2019/init-scrollbar.js"],"names":["whenDomReady","then","Array","from","document","querySelectorAll","forEach","el","SimpleBar"],"mappings":"iJAQAA,cAAeC,KALf,WAC6BC,MAAMC,KAAKC,SAASC,iBAAiB,kBAC7CC,QAAQ,SAAAC,GAAE,OAAI,IAAIC,IAAUD","file":"scrollbar-74b83542925f22606875.js","sourcesContent":["import SimpleBar from 'simplebar';\r\nimport whenDomReady from 'when-dom-ready';\r\n\r\nfunction initialise() {\r\n  const scrollableElements = Array.from(document.querySelectorAll('.js-scrollbar'));\r\n  scrollableElements.forEach(el => new SimpleBar(el));\r\n}\r\n\r\nwhenDomReady().then(initialise);\r\n"],"sourceRoot":""}