From: Jacob Thornton Date: Wed, 15 Aug 2012 04:23:29 +0000 (-0700) Subject: stray ; X-Git-Tag: v2.1.0~2^2~34^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff38c149480cafce9612f65491667de78351b370;p=thirdparty%2Fbootstrap.git stray ; --- diff --git a/docs/assets/js/bootstrap-affix.js b/docs/assets/js/bootstrap-affix.js index 92eea8521b..c6b8208a6e 100644 --- a/docs/assets/js/bootstrap-affix.js +++ b/docs/assets/js/bootstrap-affix.js @@ -30,7 +30,7 @@ this.options = $.extend({}, $.fn.affix.defaults, options) this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this)) this.$element = $(element) - this.checkPosition(); + this.checkPosition() } Affix.prototype.checkPosition = function () { diff --git a/js/bootstrap-affix.js b/js/bootstrap-affix.js index 92eea8521b..c6b8208a6e 100644 --- a/js/bootstrap-affix.js +++ b/js/bootstrap-affix.js @@ -30,7 +30,7 @@ this.options = $.extend({}, $.fn.affix.defaults, options) this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this)) this.$element = $(element) - this.checkPosition(); + this.checkPosition() } Affix.prototype.checkPosition = function () {