From ff38c149480cafce9612f65491667de78351b370 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 14 Aug 2012 21:23:29 -0700 Subject: [PATCH] stray ; --- docs/assets/js/bootstrap-affix.js | 2 +- js/bootstrap-affix.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 () {