RWAP / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
103 stars 29 forks source link

$.proxy is deprecated in jquery 3.3+ #27

Closed smartexcan closed 8 months ago

smartexcan commented 1 year ago

$.proxy has been deprecated in jquery 3.3, should be replaced with native Function.prototype.bind method

RWAP commented 1 year ago

OK - but does that work on earlier jquery versions? Please feel free to submit a pull request with the necessary change

RWAP commented 8 months ago

This has now been updated in v1.0.1