diff --git a/dist/jquery.qtip.css b/dist/jquery.qtip.css index 54a3a70a..f67c9b35 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: Wed Jan 12 13:59:03 2011 +0000 +* Date: Wed Jan 12 21:12:16 2011 +0000 */ /* Fluid class for determining actual width in IE */ diff --git a/dist/jquery.qtip.js b/dist/jquery.qtip.js index 9393e88d..02f27cbf 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: Wed Jan 12 13:59:03 2011 +0000 +* Date: Wed Jan 12 21:12:16 2011 +0000 */ "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ @@ -622,7 +622,7 @@ function QTip(target, options, id) 'aria-controls': tooltipID, 'aria-haspopup': TRUE, 'aria-describedby': tooltipID - }) + }); // Create tooltip element tooltip = elements.tooltip = $('
') diff --git a/dist/jquery.qtip.min.js b/dist/jquery.qtip.min.js index f7c2bbf8..eff71ced 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: Wed Jan 12 13:59:03 2011 +0000 +* Date: Wed Jan 12 21:12:16 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 8c30a244..ef5a951f 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: Wed Jan 12 13:59:03 2011 +0000 +* Date: Wed Jan 12 21:12:16 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 da35c9f1..ffd0634f 100644 --- a/src/core.js +++ b/src/core.js @@ -587,7 +587,7 @@ function QTip(target, options, id) 'aria-controls': tooltipID, 'aria-haspopup': TRUE, 'aria-describedby': tooltipID - }) + }); // Create tooltip element tooltip = elements.tooltip = $('
')