diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-15 21:50:31 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-15 21:50:31 +0000 |
| commit | 026e7ccf4e34561ce4ef3705a93e053312c9d477 (patch) | |
| tree | e04798a56bed4feb599f5714ea7a0ac9462b43d9 /docs/dist/js/bootstrap.js | |
| parent | 43b8fd88d06ecee056288d1948d8b6f15b00d289 (diff) | |
| download | bootstrap-026e7ccf4e34561ce4ef3705a93e053312c9d477.tar.xz bootstrap-026e7ccf4e34561ce4ef3705a93e053312c9d477.zip | |
automatic `grunt dist`
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 e033abf3f..996775a18 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1924,7 +1924,7 @@ if (typeof jQuery === 'undefined') { for (i = offsets.length; i--;) { activeTarget != targets[i] && scrollTop >= offsets[i] - && (offsets[i + 1] === undefined || scrollTop <= offsets[i + 1]) + && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1]) && this.activate(targets[i]) } } |
