diff options
| author | Chris Rebert <[email protected]> | 2014-07-03 10:52:42 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-03 10:52:42 -0700 |
| commit | 9875ce8d633425365fa24e607c4080598cec1c2c (patch) | |
| tree | 2917e462bed7ae4e45f4837c6d49a79bc63ca6ab | |
| parent | 13426c18a328cd89024d8f15d8f21822a21385d1 (diff) | |
| parent | 4b0883230866b018f2cbfdc90071ee405b1f3faf (diff) | |
| download | bootstrap-9875ce8d633425365fa24e607c4080598cec1c2c.tar.xz bootstrap-9875ce8d633425365fa24e607c4080598cec1c2c.zip | |
Merge pull request #13998 from steelywing/patch-1
| -rw-r--r-- | js/affix.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/affix.js b/js/affix.js index 7d404ebee..26b09db56 100644 --- a/js/affix.js +++ b/js/affix.js @@ -83,7 +83,7 @@ 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({ |
