]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nope
authorfat <jacobthornton@gmail.com>
Fri, 27 Dec 2013 02:18:53 +0000 (18:18 -0800)
committerfat <jacobthornton@gmail.com>
Fri, 27 Dec 2013 02:18:53 +0000 (18:18 -0800)
js/tooltip.js

index 99dbc68fc469480241ab4b069c1505d14584346f..b465b9a8ed3f7b5da328957e268b9e61047ad4fd 100644 (file)
   }
 
   Tooltip.prototype.destroy = function () {
-    clearTimeout(this.timeout);
+    clearTimeout(this.timeout)
     this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
   }