diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-04 11:59:11 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-04 11:59:11 -0400 |
commit | d434c9a442788ed844567237b7046c34210b6564 (patch) | |
tree | 15bb60e90982f55e5a67f33a24c731dadd9bafe8 | |
parent | 49406c108f8cc60169feab5b0bcf491e8a21bfd4 (diff) | |
download | jquery-ui-d434c9a442788ed844567237b7046c34210b6564.tar.gz jquery-ui-d434c9a442788ed844567237b7046c34210b6564.zip |
typo
-rw-r--r-- | ui/jquery.ui.tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index bb6ea6d88..a97d698e3 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -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; } |