diff options
| author | Heinrich Fenkart <[email protected]> | 2014-07-06 09:23:41 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-07-06 09:24:23 +0200 |
| commit | dad56be96c5bbecf331c279e82db1dc6211616d2 (patch) | |
| tree | 15f0c08d41c58b6f729c37a00c5c70ef2bb31c77 /js/tests/unit | |
| parent | 8ff099585f5aaf3330c6a8d15f513075c03c433a (diff) | |
| download | bootstrap-dad56be96c5bbecf331c279e82db1dc6211616d2.tar.xz bootstrap-dad56be96c5bbecf331c279e82db1dc6211616d2.zip | |
Move to 16ms from 18ms based on the Paul Irish's rAF polyfill
Diffstat (limited to 'js/tests/unit')
| -rw-r--r-- | js/tests/unit/affix.js | 2 |
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) }) }) |
