diff --git a/js/affix.js b/js/affix.js index 7d404ebee58959acff5663bc2ffd44c3e8020b60..26b09db5685593ac1555e439644a4035f8174f3b 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({