Skip to content

Commit

Permalink
add func name for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin-front committed Oct 26, 2017
1 parent cc060cd commit 9f06b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
global.requestAnimationFrame = global.requestAnimationFrame || function (cb) {
global.requestAnimationFrame = global.requestAnimationFrame || function raf(cb) {
return setTimeout(cb, 0);
};

Expand Down

0 comments on commit 9f06b2d

Please sign in to comment.