diff options
| author | XhmikosR <[email protected]> | 2014-07-09 10:24:39 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-07-09 10:24:39 +0300 |
| commit | 643effe382bb12b4ff1460e9e1987948b1763990 (patch) | |
| tree | 06e13e2dce83a9bbb24302691421ea7e2d8daca8 /docs/dist/js/bootstrap.js | |
| parent | d88a837fead7a7d8f87827f1b2418b2156e51398 (diff) | |
| download | bootstrap-643effe382bb12b4ff1460e9e1987948b1763990.tar.xz bootstrap-643effe382bb12b4ff1460e9e1987948b1763990.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 b6cb4f8d0..0550cb210 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1436,7 +1436,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re var isBody = el.tagName == 'BODY' var isSvg = window.SVGElement && el instanceof window.SVGElement - var elRect = typeof el.getBoundingClientRect == 'function' ? el.getBoundingClientRect() : null + var elRect = el.getBoundingClientRect ? el.getBoundingClientRect() : null var elOffset = isBody ? { top: 0, left: 0 } : $element.offset() var scroll = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() } var outerDims = isSvg ? {} : { |
