mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

scrollData doesn't have scrollDirection property #42

Closed ISkomorokh closed 6 years ago

ISkomorokh commented 10 years ago

Docs says - scrollDirection – string that can take following 4 values: left, right, up, down – indicates what direction the scrollbar was moved in.

But scrollData doesn't contain scrollDirection. It contains direction.

Docs or code should be changed.