kswedberg / jquery-carousel-lite

A jQuery carousel plugin based on jCarouselLite by Ganeshji Marwaha
MIT License
177 stars 59 forks source link

fix issues with touchscreen based swiping when the user swipes off of the screen #44

Closed travco closed 10 years ago

travco commented 10 years ago

Fixed by setting the bail value to "-1" instead of an attainable "0".

Resolves #22