Skip to content
Snippets Groups Projects
Commit 94c0866a authored by Oliver Hader's avatar Oliver Hader Committed by Benjamin Franzke
Browse files

[TASK] Remove jQuery.proxy invocation

jQuery `$.proxy` invocation was used prior to ES6 times to have
proper `thisArg` scoping in plain JavaScript functions that were
used within jQuery events.

Since arrow functions are used (which keep their local `thisArg` scope),
corresponding `$.proxy` invocations can be removed completely.

Resolves: #94970
Releases: master
Change-Id: I2c7ec6f3a6140c98482a1c681fbae809c12c5431
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70733


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
parent db96ba00
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment