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

Commit

Permalink
Build update for previous push
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Apr 7, 2011
1 parent c16ba4f commit 85b59c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: Wed Apr 6 01:00:54 2011 +0100
* Date: Thu Apr 7 05:09:48 2011 -0700
*/

/* Fluid class for determining actual width in IE */
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: Wed Apr 6 01:00:54 2011 +0100
* Date: Thu Apr 7 05:09:48 2011 -0700
*/

"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 @@ -1177,7 +1177,7 @@ function QTip(target, options, id, attr)
delete position.adjusted;

// If effect is disabled or positioning gives NaN out, set CSS directly
if(!effect || isNaN(position.left) || isNaN(position.top)) {
if(!effect || !isNaN(position.left) || !isNaN(position.top)) {
tooltip.css(position);
}

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.min.js

Large diffs are not rendered by default.

0 comments on commit 85b59c0

Please sign in to comment.