aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/affix.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/affix.js')
-rw-r--r--js/tests/unit/affix.js4
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)
})
})