0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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

View File

@ -65,7 +65,7 @@ $(function () {
setTimeout(function () {
window.scroll(0, 0)
}, 18) // for testing in a browser
}, 16) // for testing in a browser
}, 0)
})
})