mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
grunt
This commit is contained in:
Vendored
+1
-1
@@ -2055,7 +2055,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
||||
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({
|
||||
|
||||
Reference in New Issue
Block a user