diff options
| author | fat <[email protected]> | 2013-12-26 18:18:53 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-12-26 18:18:53 -0800 |
| commit | 39091b0748d9825ec415a57a984a8b96a9fe2abe (patch) | |
| tree | 3d0a6d3098494487a6d6aee04ee8656ca92488b2 | |
| parent | bf3c525d0578c03a946af18c871f9690e7a72ec7 (diff) | |
| download | bootstrap-39091b0748d9825ec415a57a984a8b96a9fe2abe.tar.xz bootstrap-39091b0748d9825ec415a57a984a8b96a9fe2abe.zip | |
nope
| -rw-r--r-- | js/tooltip.js | 2 |
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) } |
