aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
parentae9a2bd93a8863eca8346f19a29d55f6c726a156 (diff)
downloadbootstrap-ff38c149480cafce9612f65491667de78351b370.tar.xz
bootstrap-ff38c149480cafce9612f65491667de78351b370.zip
stray ;
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/bootstrap-affix.js2
1 files changed, 1 insertions, 1 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 () {