Simpler RequestAnimationFrame.js

This commit is contained in:
Mr.doob
2011-02-22 18:16:31 +00:00
parent ced26b32e6
commit 405b72c200
+1 -2
View File
@@ -7,8 +7,7 @@ if ( !window.requestAnimationFrame ) {
window.requestAnimationFrame = ( function() {
return window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
return window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
window.oRequestAnimationFrame ||
window.msRequestAnimationFrame ||