This commit is contained in:
Heinrich Fenkart 2014-09-16 05:59:09 +02:00
parent 152d9dfe2e
commit 5a5cf224e1
5 changed files with 3 additions and 19 deletions

View File

@ -1537,14 +1537,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
}
Tooltip.prototype.validate = function () {
if (!this.$element[0].parentNode) {
this.hide()
this.$element = null
this.options = null
}
}
Tooltip.prototype.enable = function () {
this.enabled = true
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1537,14 +1537,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
}
Tooltip.prototype.validate = function () {
if (!this.$element[0].parentNode) {
this.hide()
this.$element = null
this.options = null
}
}
Tooltip.prototype.enable = function () {
this.enabled = true
}

File diff suppressed because one or more lines are too long