aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-07-03 10:52:42 -0700
committerChris Rebert <[email protected]>2014-07-03 10:52:42 -0700
commit9875ce8d633425365fa24e607c4080598cec1c2c (patch)
tree2917e462bed7ae4e45f4837c6d49a79bc63ca6ab
parent13426c18a328cd89024d8f15d8f21822a21385d1 (diff)
parent4b0883230866b018f2cbfdc90071ee405b1f3faf (diff)
downloadbootstrap-9875ce8d633425365fa24e607c4080598cec1c2c.tar.xz
bootstrap-9875ce8d633425365fa24e607c4080598cec1c2c.zip
Merge pull request #13998 from steelywing/patch-1
-rw-r--r--js/affix.js2
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({