aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfat <[email protected]>2013-12-26 18:18:53 -0800
committerfat <[email protected]>2013-12-26 18:18:53 -0800
commit39091b0748d9825ec415a57a984a8b96a9fe2abe (patch)
tree3d0a6d3098494487a6d6aee04ee8656ca92488b2 /js
parentbf3c525d0578c03a946af18c871f9690e7a72ec7 (diff)
downloadbootstrap-39091b0748d9825ec415a57a984a8b96a9fe2abe.tar.xz
bootstrap-39091b0748d9825ec415a57a984a8b96a9fe2abe.zip
nope
Diffstat (limited to 'js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 99dbc68fc..b465b9a8e 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)
}