mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Merge pull request #13998 from steelywing/patch-1
This commit is contained in:
commit
9875ce8d63
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user