aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-07-24 00:21:40 -0700
committerJacob Thornton <[email protected]>2012-07-24 00:21:40 -0700
commit4ea7c472358e2d77f76193ed3c1bafd641dd74ae (patch)
treedc0aee87a8a7b044090a33a865f4332e3107045f /docs/assets/js
parente25bcb93fca98797629e689f11dba5f20432714a (diff)
downloadbootstrap-4ea7c472358e2d77f76193ed3c1bafd641dd74ae.tar.xz
bootstrap-4ea7c472358e2d77f76193ed3c1bafd641dd74ae.zip
slightly fix side bar
Diffstat (limited to 'docs/assets/js')
-rw-r--r--docs/assets/js/bootstrap-affix.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/js/bootstrap-affix.js b/docs/assets/js/bootstrap-affix.js
index 33207b0fb..a1cd10933 100644
--- a/docs/assets/js/bootstrap-affix.js
+++ b/docs/assets/js/bootstrap-affix.js
@@ -50,7 +50,6 @@
if (typeof offset != 'object') offset = { x: offset, y: offset }
-
affix = (offset.x == null || (position.left - scrollLeft <= offset.x))
&& (offset.y == null || (position.top - scrollTop <= offset.y))
@@ -82,7 +81,6 @@
}
-
/* AFFIX DATA-API
* ============== */