Commit 152d9dfe authored by Heinrich Fenkart's avatar Heinrich Fenkart

Merge pull request #14610 from twbs/axe-tooltip-validate

Remove unused Tooltip#validate method
parents 16f9529e e094d470
......@@ -407,14 +407,6 @@
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment