We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12478e0 commit 1ca75b7Copy full SHA for 1ca75b7
tests/setup.js
@@ -1,3 +1,3 @@
1
-global.requestAnimationFrame = global.requestAnimationFrame || function (cb) {
+global.requestAnimationFrame = global.requestAnimationFrame || function requestAnimationFrame(cb) {
2
return setTimeout(cb, 0);
3
};
0 commit comments