Commit e094d470 authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

Remove unused Tooltip#validate method

parent d0f76e41
5 merge requests!28721Hot test,!14610Remove unused Tooltip#validate method,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 0 additions and 8 deletions
+0 -8
......@@ -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
}
......
Supports Markdown
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