flake8
passed.
JSHint
passed.
Review Request #13493 — Created Jan. 8, 2024 and discarded
This change removes two of our patched-in jQuery methods which are no
longer useful:
$.setVisible()
has been supplanted by $.toggle()
. We switched our$.delay()
exists in upstream jQuery now (and has for a long time).Ran js-tests.
Summary | ID |
---|---|
d880b34dacf7c5195c27daa38cb51345a31b52b5 |
Description | From | Last Updated |
---|---|---|
delay() is still used in Review Board and setVisible in Power Pack. We should have at least a 2-release deprecation … |
chipx86 |