瀏覽代碼

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 ||