Navigation Menu

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

Commit

Permalink
Re-build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Mar 10, 2013
1 parent 8cb432d commit 85e01f5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/jquery.qtip.css
@@ -1,12 +1,12 @@
/*!
* qTip2 - Pretty powerful tooltips - v2.0.1-32-
* qTip2 - Pretty powerful tooltips - v2.0.1-33-
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Sun Mar 10 2013 01:30 GMT+0000
* Date: Sun Mar 10 2013 01:34 GMT+0000
* Plugins: svg ajax tips modal viewport imagemap ie6
* Styles: basic css3
*/
Expand Down
10 changes: 5 additions & 5 deletions dist/jquery.qtip.js
@@ -1,12 +1,12 @@
/*!
* qTip2 - Pretty powerful tooltips - v2.0.1-32-
* qTip2 - Pretty powerful tooltips - v2.0.1-33-
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Sun Mar 10 2013 01:30 GMT+0000
* Date: Sun Mar 10 2013 01:34 GMT+0000
* Plugins: svg ajax tips modal viewport imagemap ie6
* Styles: basic css3
*/
Expand Down Expand Up @@ -1795,16 +1795,16 @@ $.each(PLUGINS.fn, function(name, func) {
if(!$.ui) {
$['cleanData'+replaceSuffix] = $.cleanData;
$.cleanData = function( elems ) {
for(var i = 0, elem; (elem = $( elems[i] )) !== undefined && elem.attr(HASATTR); i++) {
try { elem.triggerHandler('removeqtip');}
for(var i = 0, elem; (elem = $( elems[i] )).length && elem.attr(HASATTR); i++) {
try { elem.triggerHandler('removeqtip'); }
catch( e ) {}
}
$['cleanData'+replaceSuffix]( elems );
};
}

// Set global qTip properties
QTIP.version = '2.0.1-32-';
QTIP.version = '2.0.1-33-';
QTIP.nextid = 0;
QTIP.inactiveEvents = 'click dblclick mousedown mouseup mousemove mouseleave mouseenter'.split(' ');
QTIP.zindex = 15000;
Expand Down

0 comments on commit 85e01f5

Please sign in to comment.