]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move to 16ms from 18ms based on the Paul Irish's rAF polyfill
authorHeinrich Fenkart <hnrch02@gmail.com>
Sun, 6 Jul 2014 07:23:41 +0000 (09:23 +0200)
committerHeinrich Fenkart <hnrch02@gmail.com>
Sun, 6 Jul 2014 07:24:23 +0000 (09:24 +0200)
js/tests/unit/affix.js

index f93dd62d2b91a94eab5cee0fed0730821f163f64..67a49bf6ab497219b501eebcd6483c17a5978d38 100644 (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)
   })
 })