diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-04-22 04:50:38 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-04-22 04:50:38 +0000 |
| commit | 48232aad6cdb5280e55e0aa0c42a4bb0d06ac03b (patch) | |
| tree | 4d176b2e961a54592a729897e6c79b22f162a840 /docs/dist/js/bootstrap.js | |
| parent | e93802b8211b9e8a8aa154d329ca8df2df495d6d (diff) | |
| download | bootstrap-48232aad6cdb5280e55e0aa0c42a4bb0d06ac03b.tar.xz bootstrap-48232aad6cdb5280e55e0aa0c42a4bb0d06ac03b.zip | |
automatic `grunt dist`
[ci skip]
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 42d14b8de..f666dea62 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1429,6 +1429,7 @@ if (typeof jQuery === 'undefined') { .data('bs.' + this.type, this) this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) + this.$element.trigger('inserted.bs.' + this.type) var pos = this.getPosition() var actualWidth = $tip[0].offsetWidth |
