Skip to content

Commit

Permalink
automatic grunt dist
Browse files Browse the repository at this point in the history
  • Loading branch information
twbs-grunt committed Feb 26, 2015
1 parent acc5f65 commit 033dbfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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) :
Expand Down
Loading

0 comments on commit 033dbfd

Please sign in to comment.