diff options
| author | Chris Rebert <[email protected]> | 2014-05-23 14:33:19 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-23 14:33:19 -0700 |
| commit | bc1ce426d9dc831f5363369de723ef328e71f297 (patch) | |
| tree | d8218b2004eb78b4054eaf8b3a30b5d5a3d9c1ba /js/tooltip.js | |
| parent | ef6225491729ee3ec3804250e3dddb69cc95fba0 (diff) | |
| parent | 122c05dbd87d9708086da4d097f7e715233f3b2c (diff) | |
| download | bootstrap-bc1ce426d9dc831f5363369de723ef328e71f297.tar.xz bootstrap-bc1ce426d9dc831f5363369de723ef328e71f297.zip | |
Merge pull request #13593 from ResentedHook/master
Add tooltip self-reference to address #12320
Diffstat (limited to 'js/tooltip.js')
| -rw-r--r-- | js/tooltip.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tooltip.js b/js/tooltip.js index 936424830..f0f8a7c18 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -170,6 +170,7 @@ .detach() .css({ top: 0, left: 0, display: 'block' }) .addClass(placement) + .data('bs.' + this.type, this) this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) |
