Remove $.delay implementation.

Review Request #13789 — Created April 25, 2024 and submitted

Information

Djblets
release-5.x

Reviewers

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.
Summary ID
Remove $.delay implementation.
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. Testing Done: - Ran js-tests. - Triggered something that uses `$.delay` and saw that it still worked correctly.
036ba47c5d2567dca5f8134a02988e58f68ce44f
maubin
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.x (e9e3e15)
Loading...