This commit is contained in:
Scott González 2012-10-04 11:59:11 -04:00
parent 49406c108f
commit d434c9a442

View File

@ -140,7 +140,7 @@ $.widget( "ui.tooltip", {
this._find( target ).position( $.extend({
of: target
}, this.options.position ) );
// Stop tacking (#8622)
// Stop tracking (#8622)
this._off( this.document, "mousemove" );
return;
}