Commit bf3c525d authored by Jacob's avatar Jacob

Merge pull request #11496 from satazor/patch-1

Clear timeout on destroy.
parents 34fb5767 926b940e
...@@ -362,6 +362,7 @@ ...@@ -362,6 +362,7 @@
} }
Tooltip.prototype.destroy = function () { Tooltip.prototype.destroy = function () {
clearTimeout(this.timeout);
this.hide().$element.off('.' + this.type).removeData('bs.' + this.type) this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
} }
......
Markdown is supported
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