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

Commit

Permalink
Removed some redundant whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 10, 2010
1 parent 787ddd8 commit 03e2686
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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: Wed Nov 10 11:19:13 2010 +0000
* Date: Wed Nov 10 11:21:36 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down
12 changes: 6 additions & 6 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: Wed Nov 10 11:19:13 2010 +0000
* Date: Wed Nov 10 11:21:36 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 @@ -708,7 +708,7 @@ function QTip(target, options, id)

/* Queue this part of the render process in our fx queue so we can
* load images before the tooltip renders fully.
*
* See: updateContent method
*/
elements.tooltip.queue('fx', function(next) {
Expand All @@ -717,14 +717,14 @@ function QTip(target, options, id)
elements.tooltip.hide();
self.show(self.cache.event);
}

// Remove accessible class
elements.tooltip.removeClass('ui-tooltip-accessible');
// Call API method

// Trigger tooltiprender event and pass original triggering event as original
callback.originalEvent = $.extend({}, self.cache.event);
elements.tooltip.trigger(callback, [self.hash()]);

next(); // Move on
});

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/core.js
Expand Up @@ -683,7 +683,7 @@ function QTip(target, options, id)

/* Queue this part of the render process in our fx queue so we can
* load images before the tooltip renders fully.
*
* See: updateContent method
*/
elements.tooltip.queue('fx', function(next) {
Expand All @@ -692,14 +692,14 @@ function QTip(target, options, id)
elements.tooltip.hide();
self.show(self.cache.event);
}

// Remove accessible class
elements.tooltip.removeClass('ui-tooltip-accessible');
// Call API method

// Trigger tooltiprender event and pass original triggering event as original
callback.originalEvent = $.extend({}, self.cache.event);
elements.tooltip.trigger(callback, [self.hash()]);

next(); // Move on
});

Expand Down

0 comments on commit 03e2686

Please sign in to comment.