Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace $.proxy use with the native .bind #2182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Clorith
Copy link

@Clorith Clorith commented Mar 14, 2021

As of jQuery 3.3, the use of $.proxy has been deprecated in favor of the native .bind implementation.

Although no timeline for actual removal has been announced, replacements are still recommended.

This switch should not causing any backwards compatibility issues, as the .bind feature is well established in all supported browsers.

As of jQuery 3.3, the use of `$.proxy` has been deprecated in favor of the native implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant