diff options
| author | Mark Otto <[email protected]> | 2014-07-05 19:57:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-05 19:57:15 -0700 |
| commit | 3c99de976497928fac0585bda2bf0961e3b162bf (patch) | |
| tree | d65152e8a453059ea0b8a027d9062dac68485375 /docs/dist/js/bootstrap.js | |
| parent | f9fde567be3c3ca7161351702f358b9db6ef7283 (diff) | |
| download | bootstrap-3c99de976497928fac0585bda2bf0961e3b162bf.tar.xz bootstrap-3c99de976497928fac0585bda2bf0961e3b162bf.zip | |
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 53da1c77c..6e2697214 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -2055,7 +2055,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re this.$element .removeClass(Affix.RESET) .addClass(affixType) - .trigger($.Event(affixType.replace('affix', 'affixed'))) + .trigger(affixType.replace('affix', 'affixed') + '.bs.affix') if (affix == 'bottom') { this.$element.offset({ |
