diff --git a/dist/jquery.qtip.css b/dist/jquery.qtip.css index 564bb08d..0518d9ca 100644 --- a/dist/jquery.qtip.css +++ b/dist/jquery.qtip.css @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Fri Jan 28 12:23:15 2011 +0000 +* Date: Mon Jan 31 17:13:43 2011 +0000 */ /* Fluid class for determining actual width in IE */ diff --git a/dist/jquery.qtip.js b/dist/jquery.qtip.js index f4cdeaac..341d8d26 100644 --- a/dist/jquery.qtip.js +++ b/dist/jquery.qtip.js @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Fri Jan 28 12:23:15 2011 +0000 +* Date: Mon Jan 31 17:13:43 2011 +0000 */ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ @@ -207,7 +207,7 @@ function QTip(target, options, id, attr) parentIsContainer = offsetParent === container; // Account for fixed containers - addScroll = offsetParent === docBody && type === 'fixed' ? addScroll = TRUE : !$.fn.qtip.plugins.iOS; + addScroll = offsetParent === docBody && type === 'fixed' ? TRUE : !$.fn.qtip.plugins.iOS; pos.left += elem.offsetLeft - (addScroll && offsetParent && !parentIsContainer ? offsetParent.scrollLeft : 0); pos.top += elem.offsetTop - (addScroll && offsetParent && !parentIsContainer ? offsetParent.scrollTop : 0); diff --git a/dist/jquery.qtip.min.js b/dist/jquery.qtip.min.js index c12ffff2..607eaffc 100644 --- a/dist/jquery.qtip.min.js +++ b/dist/jquery.qtip.min.js @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Fri Jan 28 12:23:15 2011 +0000 +* Date: Mon Jan 31 17:13:43 2011 +0000 */ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ diff --git a/dist/jquery.qtip.pack.js b/dist/jquery.qtip.pack.js index 61dd9ffe..cf3dddea 100644 --- a/dist/jquery.qtip.pack.js +++ b/dist/jquery.qtip.pack.js @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Fri Jan 28 12:23:15 2011 +0000 +* Date: Mon Jan 31 17:13:43 2011 +0000 */ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ diff --git a/src/core.js b/src/core.js index b8864cdb..7e07cddc 100644 --- a/src/core.js +++ b/src/core.js @@ -166,7 +166,7 @@ function QTip(target, options, id, attr) parentIsContainer = offsetParent === container; // Account for fixed containers - addScroll = offsetParent === docBody && type === 'fixed' ? addScroll = TRUE : !$.fn.qtip.plugins.iOS; + addScroll = offsetParent === docBody && type === 'fixed' ? TRUE : !$.fn.qtip.plugins.iOS; pos.left += elem.offsetLeft - (addScroll && offsetParent && !parentIsContainer ? offsetParent.scrollLeft : 0); pos.top += elem.offsetTop - (addScroll && offsetParent && !parentIsContainer ? offsetParent.scrollTop : 0);