Remove $.delay implementation.
Review Request #13789 — Created April 25, 2024 and submitted — Latest diff uploaded
A very, very long time ago, we created our own
$.delay()
function for
introducing delays in between jQuery-driven animations and transitions.
Since version 1.4, jQuery has implemented this themselves with the same
API. This change gets rid of our implementation.
- Ran js-tests.
- Triggered something that uses
$.delay
and saw that it still worked
correctly.