diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-04-21 06:40:36 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-04-21 06:40:36 +0000 |
| commit | b5f3cd37f2d4b66256f05ad275bb4338e41a824f (patch) | |
| tree | 3e2fc817a0a94057603d8c6899c7754a3d7a5f3f /docs/dist/js/bootstrap.js | |
| parent | 7429fc7ff965147fe218b3b4e124d922b08118f2 (diff) | |
| download | bootstrap-b5f3cd37f2d4b66256f05ad275bb4338e41a824f.tar.xz bootstrap-b5f3cd37f2d4b66256f05ad275bb4338e41a824f.zip | |
automatic `grunt dist`
[ci skip]
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 68a6a5000..42d14b8de 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1684,6 +1684,12 @@ if (typeof jQuery === 'undefined') { clearTimeout(this.timeout) this.hide(function () { that.$element.off('.' + that.type).removeData('bs.' + that.type) + if (that.$tip) { + that.$tip.detach() + } + that.$tip = null + that.$arrow = null + that.$viewport = null }) } |
