]> source.dussan.org Git - jquery.git/commit
Effects: Remove jQuery.fx.interval
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 1 Mar 2022 13:11:50 +0000 (14:11 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Mar 2022 13:11:50 +0000 (14:11 +0100)
commit6c2c7362fb18d3df7c2a7b13715c2763645acfcb
treeb87343bcb891715010c2dbf4b7d267676b888ea9
parentaf1cd6f218f699abc34b1582a910c0df00312aee
Effects: Remove jQuery.fx.interval

`jQuery.fx.interval` has been deprecated since jQuery 3.0.0 but it has been
still used in jQuery code until this change. This commit removes the definition
and explicitly uses the `13` number in its place.

Closes gh-5017
src/effects.js
test/unit/animation.js
test/unit/effects.js
test/unit/tween.js