From 033dbfd06c9c5bb8dccdb96ec201a30fd14b178a Mon Sep 17 00:00:00 2001 From: Bootstrap's Grunt bot Date: Thu, 26 Feb 2015 06:01:15 +0000 Subject: automatic grunt dist --- dist/js/bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/js/bootstrap.js') diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 018505215..c5c2ecce3 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1524,7 +1524,7 @@ if (typeof jQuery === 'undefined') { Tooltip.prototype.hide = function (callback) { var that = this - var $tip = this.tip() + var $tip = $(this.$tip) var e = $.Event('hide.bs.' + this.type) function complete() { @@ -1541,7 +1541,7 @@ if (typeof jQuery === 'undefined') { $tip.removeClass('in') - $.support.transition && this.$tip.hasClass('fade') ? + $.support.transition && $tip.hasClass('fade') ? $tip .one('bsTransitionEnd', complete) .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) : -- cgit v1.2.3