2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Move to 16ms from 18ms based on the Paul Irish's rAF polyfill

This commit is contained in:
Heinrich Fenkart
2014-07-06 09:23:41 +02:00
parent 8ff099585f
commit dad56be96c
+1 -1
View File
@@ -65,7 +65,7 @@ $(function () {
setTimeout(function () { setTimeout(function () {
window.scroll(0, 0) window.scroll(0, 0)
}, 18) // for testing in a browser }, 16) // for testing in a browser
}, 0) }, 0)
}) })
}) })