2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+6
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
})
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+6
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
})
}
+1 -1
View File
File diff suppressed because one or more lines are too long