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

Commit

Permalink
Added style.classes check to tips plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 30, 2010
1 parent dc3bf88 commit 33af59e
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 33 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 30 19:51:52 2010 +0000
* Date: Tue Nov 30 21:45:57 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down
6 changes: 5 additions & 1 deletion 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 30 19:51:52 2010 +0000
* Date: Tue Nov 30 21:45:57 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 @@ -1748,6 +1748,10 @@ function Tip(qTip, command)

// Reposition the tooltip
qTip.reposition();
},
'^style.classes$': function() {
self.detectColours();
self.update();
}
};

Expand Down

0 comments on commit 33af59e

Please sign in to comment.