aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-11-24 09:53:42 +0200
committerXhmikosR <[email protected]>2014-11-24 09:53:42 +0200
commit7ea49019b86f8bf69008565b9369d8762223f4e2 (patch)
tree75194a7eb17a51953e9a5b4fe561e4f2871faae6 /docs/dist/js/bootstrap.js
parent33c4a2f1d7638fae91e03eeffce23c57cfb54e9e (diff)
downloadbootstrap-7ea49019b86f8bf69008565b9369d8762223f4e2.tar.xz
bootstrap-7ea49019b86f8bf69008565b9369d8762223f4e2.zip
Run `grunt`.
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 50a4c3cc7..7c304856b 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -2208,7 +2208,7 @@ if (typeof jQuery === 'undefined') {
var colliderTop = initializing ? scrollTop : position.top
var colliderHeight = initializing ? targetHeight : height
- if (offsetTop != null && colliderTop <= offsetTop) return 'top'
+ if (offsetTop != null && scrollTop <= offsetTop) return 'top'
if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'
return false