From: fat Date: Fri, 27 Dec 2013 02:18:53 +0000 (-0800) Subject: nope X-Git-Tag: v3.1.0~136^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39091b0748d9825ec415a57a984a8b96a9fe2abe;p=thirdparty%2Fbootstrap.git nope --- 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) }