diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-02 00:11:14 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-02 00:11:14 +0000 |
| commit | de0722f989bcbb2b2296cfe969bd48b0add3b1f3 (patch) | |
| tree | ea666e3fc087c55d4447385dd4287b99bb6b4594 /dist/js/bootstrap.js | |
| parent | 015e63f6df1bd9d93f0c84e14e85f7739b772943 (diff) | |
| download | bootstrap-de0722f989bcbb2b2296cfe969bd48b0add3b1f3.tar.xz bootstrap-de0722f989bcbb2b2296cfe969bd48b0add3b1f3.zip | |
automatic grunt dist
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index b0a8ec72b..267c24880 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1916,7 +1916,7 @@ if (typeof jQuery === 'undefined') { for (i = offsets.length; i--;) { activeTarget != targets[i] && scrollTop >= offsets[i] - && (!offsets[i + 1] || scrollTop <= offsets[i + 1]) + && (offsets[i + 1] === undefined || scrollTop <= offsets[i + 1]) && this.activate(targets[i]) } } |
