0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

automatic grunt dist

[ci skip]
This commit is contained in:
Bootstrap's Grunt bot 2015-04-21 06:40:36 +00:00
parent 7429fc7ff9
commit b5f3cd37f2
4 changed files with 14 additions and 2 deletions

View File

@ -1684,6 +1684,12 @@ if (typeof jQuery === 'undefined') {
clearTimeout(this.timeout)
this.hide(function () {
that.$element.off('.' + that.type).removeData('bs.' + that.type)
if (that.$tip) {
that.$tip.detach()
}
that.$tip = null
that.$arrow = null
that.$viewport = null
})
}

File diff suppressed because one or more lines are too long

View File

@ -1684,6 +1684,12 @@ if (typeof jQuery === 'undefined') {
clearTimeout(this.timeout)
this.hide(function () {
that.$element.off('.' + that.type).removeData('bs.' + that.type)
if (that.$tip) {
that.$tip.detach()
}
that.$tip = null
that.$arrow = null
that.$viewport = null
})
}

File diff suppressed because one or more lines are too long