diff --git a/js/tooltip.js b/js/tooltip.js index 99dbc68fc4..b465b9a8ed 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -362,7 +362,7 @@ } Tooltip.prototype.destroy = function () { - clearTimeout(this.timeout); + clearTimeout(this.timeout) this.hide().$element.off('.' + this.type).removeData('bs.' + this.type) }