فهرست منبع

Simpler RequestAnimationFrame.js

Mr.doob 14 سال پیش
والد
کامیت
405b72c200
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      examples/js/RequestAnimationFrame.js

+ 1 - 2
examples/js/RequestAnimationFrame.js

@@ -7,8 +7,7 @@ if ( !window.requestAnimationFrame ) {
 
 	window.requestAnimationFrame = ( function() {
 
-		return window.requestAnimationFrame ||
-		window.webkitRequestAnimationFrame ||
+		return window.webkitRequestAnimationFrame ||
 		window.mozRequestAnimationFrame ||
 		window.oRequestAnimationFrame ||
 		window.msRequestAnimationFrame ||