BrentonCozby / dom-slider

Plain JavaScript version of jQuery's slideToggle(), slideDown(), & slideUp(), but does not use display: none.
MIT License
61 stars 7 forks source link

fix(dom-slider): check if slide methods exist on Node.prototype befor… #5

Closed eenewbsauce closed 5 years ago

eenewbsauce commented 5 years ago

…e defining them

This is causing issues with Jest/JSDOM otherwise

issue

BrentonCozby commented 5 years ago

Makes sense. Thanks!

eenewbsauce commented 5 years ago

Much appreciated 🙏