diff --git a/examples/js/RequestAnimationFrame.js b/examples/js/RequestAnimationFrame.js index cf684ae1..17a577b0 100644 --- a/examples/js/RequestAnimationFrame.js +++ b/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 ||