Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fixed variable problem in tips plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 9, 2010
1 parent 7fe6454 commit 5e60bac
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Nov 9 16:41:12 2010 +0000
* Date: Tue Nov 9 16:56:59 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Nov 9 16:41:12 2010 +0000
* Date: Tue Nov 9 16:56:59 2010 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down Expand Up @@ -1702,7 +1702,7 @@ function Tip(qTip, command)
self.update();
}
else {
self.tip.remove();
elems.tip.remove();
}

// Only update the position if mouse isn't the target
Expand Down

0 comments on commit 5e60bac

Please sign in to comment.