diff options
| author | XhmikosR <[email protected]> | 2014-05-29 07:35:22 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-06-06 01:23:07 +0300 |
| commit | e2cabe4971927e3dbbbda4c81ae8f74abdee2d15 (patch) | |
| tree | 086e0a8dc55a0aec974cbb38347360b5828965a8 /js/tests/unit/affix.js | |
| parent | 82fc03f3b6caccd134827a83c346456b920f4ba8 (diff) | |
| download | bootstrap-e2cabe4971927e3dbbbda4c81ae8f74abdee2d15.tar.xz bootstrap-e2cabe4971927e3dbbbda4c81ae8f74abdee2d15.zip | |
Minor style tweaks.
Diffstat (limited to 'js/tests/unit/affix.js')
| -rw-r--r-- | js/tests/unit/affix.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/tests/unit/affix.js b/js/tests/unit/affix.js index 03f25eb59..1cdfc7f90 100644 --- a/js/tests/unit/affix.js +++ b/js/tests/unit/affix.js @@ -54,7 +54,9 @@ $(function () { setTimeout(function () { window.scrollTo(0, document.body.scrollHeight) - setTimeout(function () { window.scroll(0, 0) }, 0) + setTimeout(function () { + window.scroll(0, 0) + }, 0) }, 0) }) }) |
