diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-04-27 08:20:49 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-04-27 08:20:49 +0000 |
| commit | 71597a44243d8b7716d7a6ac862d54db08b39626 (patch) | |
| tree | f10bf58d903e29e254586c0e4aeec07f30df1cbd /docs/dist/js/bootstrap.js | |
| parent | 37a10d37c17c051830cdd2ecec698d28c0984603 (diff) | |
| download | bootstrap-71597a44243d8b7716d7a6ac862d54db08b39626.tar.xz bootstrap-71597a44243d8b7716d7a6ac862d54db08b39626.zip | |
automatic `grunt dist`
[ci skip]
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 fdf80e2d4..d2e117e04 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1622,7 +1622,7 @@ if (typeof jQuery === 'undefined') { var rightEdgeOffset = pos.left + viewportPadding + actualWidth if (leftEdgeOffset < viewportDimensions.left) { // left overflow delta.left = viewportDimensions.left - leftEdgeOffset - } else if (rightEdgeOffset > viewportDimensions.width) { // right overflow + } else if (rightEdgeOffset > viewportDimensions.right) { // right overflow delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset } } |
