💩
This commit is contained in:
parent
97ec0b8a89
commit
e00a89843a
6
main.js
6
main.js
@ -27,11 +27,11 @@ function add(x, y) {
|
||||
});
|
||||
}
|
||||
|
||||
var reqAnimationFrame = webkitRequestAnimationFrame ||
|
||||
var reqAnimationFrame = requestAnimationFrame ||
|
||||
webkitRequestAnimationFrame ||
|
||||
mozRequestAnimationFrame ||
|
||||
msRequestAnimationFrame ||
|
||||
oRequestAnimationFrame ||
|
||||
requestAnimationFrame;
|
||||
oRequestAnimationFrame ||;
|
||||
|
||||
(function loop() {
|
||||
reqAnimationFrame(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user