mattbryson / TouchSwipe-Jquery-Plugin

TouchSwipe is a jquery plugin to be used with jQuery on touch input devices such as iPad, iPhone etc.
http://labs.rampinteractive.co.uk/touchSwipe/
Other
4.05k stars 1.68k forks source link

minified version doesn't correspond #364

Open insad opened 4 years ago

insad commented 4 years ago

The minified version doesn't correspond to the original one.

Minified version uses still $.bind() and $.unbind (deprecated), original uses $.on() and $.off()