From: Scott González Date: Sun, 29 May 2011 00:15:26 +0000 (-0400) Subject: Tooltip: Removed click handler. X-Git-Tag: 1.9m6~111^2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74df32f91e49f47136de99c6bc86de1b9d145c5c;p=jquery-ui.git Tooltip: Removed click handler. --- diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index fe264ce0d..f2bae00bd 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -106,8 +106,7 @@ $.widget( "ui.tooltip", { this._bind( target, { mouseleave: "close", - blur: "close", - click: "close" + blur: "close" }); }, @@ -129,7 +128,6 @@ $.widget( "ui.tooltip", { delete that.tooltips[ this.id ]; }); - // TODO: why isn't click unbound here? target.unbind( "mouseleave.tooltip blur.tooltip" ); this._trigger( "close", event );