From 74df32f91e49f47136de99c6bc86de1b9d145c5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sat, 28 May 2011 20:15:26 -0400 Subject: [PATCH] Tooltip: Removed click handler. --- ui/jquery.ui.tooltip.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ); -- 2.39.5