Skip to content

Commit 1ca75b7

Browse files
committed
fix eslint warning
1 parent 12478e0 commit 1ca75b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
global.requestAnimationFrame = global.requestAnimationFrame || function (cb) {
1+
global.requestAnimationFrame = global.requestAnimationFrame || function requestAnimationFrame(cb) {
22
return setTimeout(cb, 0);
33
};

0 commit comments

Comments
 (0)