aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-07-06 09:23:41 +0200
committerHeinrich Fenkart <[email protected]>2014-07-06 09:24:23 +0200
commitdad56be96c5bbecf331c279e82db1dc6211616d2 (patch)
tree15f0c08d41c58b6f729c37a00c5c70ef2bb31c77 /js
parent8ff099585f5aaf3330c6a8d15f513075c03c433a (diff)
downloadbootstrap-dad56be96c5bbecf331c279e82db1dc6211616d2.tar.xz
bootstrap-dad56be96c5bbecf331c279e82db1dc6211616d2.zip
Move to 16ms from 18ms based on the Paul Irish's rAF polyfill
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/affix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/affix.js b/js/tests/unit/affix.js
index f93dd62d2..67a49bf6a 100644
--- a/js/tests/unit/affix.js
+++ b/js/tests/unit/affix.js
@@ -65,7 +65,7 @@ $(function () {
setTimeout(function () {
window.scroll(0, 0)
- }, 18) // for testing in a browser
+ }, 16) // for testing in a browser
}, 0)
})
})