aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-08-14 21:23:29 -0700
committerJacob Thornton <[email protected]>2012-08-14 21:23:29 -0700
commitff38c149480cafce9612f65491667de78351b370 (patch)
treeff5cc8acf12b4ddb547bc3dc07fb225ec1af241b
parentae9a2bd93a8863eca8346f19a29d55f6c726a156 (diff)
downloadbootstrap-ff38c149480cafce9612f65491667de78351b370.tar.xz
bootstrap-ff38c149480cafce9612f65491667de78351b370.zip
stray ;
-rw-r--r--docs/assets/js/bootstrap-affix.js2
-rw-r--r--js/bootstrap-affix.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/bootstrap-affix.js b/docs/assets/js/bootstrap-affix.js
index 92eea8521..c6b8208a6 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 92eea8521..c6b8208a6 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 () {