Stop show animation on hide. Now that we don't reuse the tooltip

element, we can safely do that.
This commit is contained in:
jzaefferer 2011-04-15 16:53:05 +02:00
parent e609bebaae
commit 3950a0515d

View File

@ -111,6 +111,7 @@ $.widget("ui.tooltip", {
var tooltip = this._find( target );
target.removeAttr( "aria-describedby" );
tooltip.stop();
this._hide( tooltip, this.options.hide, function() {
$( this ).remove();
});