diff options
| author | XhmikosR <[email protected]> | 2014-11-24 09:53:42 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-24 09:53:42 +0200 |
| commit | 7ea49019b86f8bf69008565b9369d8762223f4e2 (patch) | |
| tree | 75194a7eb17a51953e9a5b4fe561e4f2871faae6 /docs/dist/js/bootstrap.js | |
| parent | 33c4a2f1d7638fae91e03eeffce23c57cfb54e9e (diff) | |
| download | bootstrap-7ea49019b86f8bf69008565b9369d8762223f4e2.tar.xz bootstrap-7ea49019b86f8bf69008565b9369d8762223f4e2.zip | |
Run `grunt`.
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 2 |
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 |
