Closed smartexcan closed 8 months ago
$.proxy has been deprecated in jquery 3.3, should be replaced with native Function.prototype.bind method
$.proxy
Function.prototype.bind
OK - but does that work on earlier jquery versions? Please feel free to submit a pull request with the necessary change
This has now been updated in v1.0.1
$.proxy
has been deprecated in jquery 3.3, should be replaced with nativeFunction.prototype.bind
method