mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
typo
This commit is contained in:
parent
49406c108f
commit
d434c9a442
2
ui/jquery.ui.tooltip.js
vendored
2
ui/jquery.ui.tooltip.js
vendored
@ -140,7 +140,7 @@ $.widget( "ui.tooltip", {
|
|||||||
this._find( target ).position( $.extend({
|
this._find( target ).position( $.extend({
|
||||||
of: target
|
of: target
|
||||||
}, this.options.position ) );
|
}, this.options.position ) );
|
||||||
// Stop tacking (#8622)
|
// Stop tracking (#8622)
|
||||||
this._off( this.document, "mousemove" );
|
this._off( this.document, "mousemove" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user