Просмотр исходного кода

Simpler RequestAnimationFrame.js

Mr.doob 14 лет назад
Родитель
Сommit
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 ||