Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2014-09-13 11:39:15 +0400
committerHeinrich Fenkart <hnrch02@gmail.com>2014-09-13 11:39:15 +0400
commite094d470d4c679a43b5678363c7078674de56490 (patch)
treeccc6275c89fe78c8659c5659ea2e594fec875bac /js/tooltip.js
parentd0f76e416cda07ad98e5ee6d91d132b580c9d051 (diff)
Remove unused Tooltip#validate method
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 614f41451a..7194b5d01a 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -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
}