From 39091b0748d9825ec415a57a984a8b96a9fe2abe Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 26 Dec 2013 18:18:53 -0800 Subject: [PATCH] nope --- js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 2.47.2