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

Commit

Permalink
Fixed regression from previous push
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Dec 9, 2010
1 parent 3165533 commit 9104d4a
Show file tree
Hide file tree
Showing 5 changed files with 47 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: Thu Dec 9 02:59:24 2010 +0000
* Date: Thu Dec 9 03:06:34 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down
5 changes: 3 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: Thu Dec 9 02:59:24 2010 +0000
* Date: Thu Dec 9 03:06:34 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 @@ -1372,9 +1372,10 @@ $.fn.qtip.bind = function(opts, event)
// Setup events namespace
namespace = '.qtip-'+id+'-create';

// Initialize the qTip
// Initialize the qTip and re-grab newly sanitized options
self = init.call(this, id, opts);
if(self === FALSE) { return TRUE; }
options = self.options;

// Remove title attribute and store it if present
if(elem.attr('title')) {
Expand Down

0 comments on commit 9104d4a

Please sign in to comment.