From: Heinrich Fenkart Date: Sun, 6 Jul 2014 07:23:41 +0000 (+0200) Subject: Move to 16ms from 18ms based on the Paul Irish's rAF polyfill X-Git-Tag: v3.3.0~379^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad56be96c5bbecf331c279e82db1dc6211616d2;p=thirdparty%2Fbootstrap.git Move to 16ms from 18ms based on the Paul Irish's rAF polyfill --- diff --git a/js/tests/unit/affix.js b/js/tests/unit/affix.js index f93dd62d2b..67a49bf6ab 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) }) })