2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

slightly fix side bar

This commit is contained in:
Jacob Thornton
2012-07-24 00:21:40 -07:00
parent e25bcb93fc
commit 4ea7c47235
5 changed files with 21 additions and 13 deletions
-2
View File
@@ -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
* ============== */