UNPKG

@shopgate/engage

Version:
5 lines 292 B
/** * Mock for getElementById * @param {Function} scrollSpy Element.scroll spy function. * @returns {Function} */var getElementById=function getElementById(scrollSpy){return function(){return{offsetTop:100,closest:function closest(){return{scroll:scrollSpy};}};};};export{getElementById};