aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tooltip.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/jquery.ui.tooltip.js')
-rw-r--r--ui/jquery.ui.tooltip.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js
index 752c95687..6a7aab706 100644
--- a/ui/jquery.ui.tooltip.js
+++ b/ui/jquery.ui.tooltip.js
@@ -61,7 +61,7 @@ $.widget( "ui.tooltip", {
},
_create: function() {
- this._bind({
+ this._on({
mouseover: "open",
focusin: "open"
});
@@ -185,7 +185,7 @@ $.widget( "ui.tooltip", {
this._trigger( "open", event, { tooltip: tooltip } );
- this._bind( target, {
+ this._on( target, {
mouseleave: "close",
focusout: "close",
keyup: function( event ) {