Remove unused Tooltip#validate method

This commit is contained in:
Heinrich Fenkart 2014-09-13 09:39:15 +02:00
parent d0f76e416c
commit e094d470d4
1 changed files with 0 additions and 8 deletions

View File

@ -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
}