aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/tooltip.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 9e6177554..4ad6f7b31 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -352,6 +352,7 @@
}
Tooltip.prototype.destroy = function () {
+ clearTimeout(this.timeout);
this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
}