mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
stray ;
This commit is contained in:
2
docs/assets/js/bootstrap-affix.js
vendored
2
docs/assets/js/bootstrap-affix.js
vendored
@@ -30,7 +30,7 @@
|
|||||||
this.options = $.extend({}, $.fn.affix.defaults, options)
|
this.options = $.extend({}, $.fn.affix.defaults, options)
|
||||||
this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
|
this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
|
||||||
this.$element = $(element)
|
this.$element = $(element)
|
||||||
this.checkPosition();
|
this.checkPosition()
|
||||||
}
|
}
|
||||||
|
|
||||||
Affix.prototype.checkPosition = function () {
|
Affix.prototype.checkPosition = function () {
|
||||||
|
2
js/bootstrap-affix.js
vendored
2
js/bootstrap-affix.js
vendored
@@ -30,7 +30,7 @@
|
|||||||
this.options = $.extend({}, $.fn.affix.defaults, options)
|
this.options = $.extend({}, $.fn.affix.defaults, options)
|
||||||
this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
|
this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
|
||||||
this.$element = $(element)
|
this.$element = $(element)
|
||||||
this.checkPosition();
|
this.checkPosition()
|
||||||
}
|
}
|
||||||
|
|
||||||
Affix.prototype.checkPosition = function () {
|
Affix.prototype.checkPosition = function () {
|
||||||
|
Reference in New Issue
Block a user