asvd / dragscroll

micro library for drag-n-drop scrolling style
http://asvd.github.io/dragscroll/
MIT License
1.09k stars 168 forks source link

Fixed DOMNodes iteration. Closes #4 #12 #13

Closed NeXTs closed 8 years ago

NeXTs commented 8 years ago

Hi,

I've decided to use [].slice.call because I saw usage of .addEventListener() at sources so due to browsers support it won't work at IE8 anyway.

asvd commented 8 years ago

cool, thanks again!