Commit 9875ce8d authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #13998 from steelywing/patch-1

parents 13426c18 4b088323
Showing with 1 addition and 1 deletion
+1 -1
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
this.$element this.$element
.removeClass(Affix.RESET) .removeClass(Affix.RESET)
.addClass(affixType) .addClass(affixType)
.trigger($.Event(affixType.replace('affix', 'affixed'))) .trigger(affixType.replace('affix', 'affixed') + '.bs.affix')
if (affix == 'bottom') { if (affix == 'bottom') {
this.$element.offset({ this.$element.offset({
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment