From f4ef03e57edd7e51cb134e902679c7bddc3daaee Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Sat, 16 May 2020 08:36:55 +0200 Subject: All: Resolve most jQuery Migrate warnings Closes gh-1919 --- ui/widgets/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/widgets/tooltip.js') diff --git a/ui/widgets/tooltip.js b/ui/widgets/tooltip.js index d466410d7..106485269 100644 --- a/ui/widgets/tooltip.js +++ b/ui/widgets/tooltip.js @@ -331,7 +331,7 @@ $.widget( "ui.tooltip", { position( positionOption.of ); clearInterval( delayedShow ); } - }, $.fx.interval ); + }, 13 ); } this._trigger( "open", event, { tooltip: tooltip } ); -- cgit v1.2.3