Update index.html

This commit is contained in:
arcadeJHS 2013-02-03 23:17:41 +01:00
parent 37e90409d5
commit 5ce06c62ec
1 changed files with 3 additions and 3 deletions

View File

@ -320,9 +320,9 @@
// crossbrowser implementation for requestAnimationFrame
var requestAnimation = (function() {
return //window.requestAnimationFrame
//|| window.webkitRequestAnimationFrame
|| window.mozRequestAnimationFrame
return /*window.requestAnimationFrame
|| window.webkitRequestAnimationFrame
||*/ window.mozRequestAnimationFrame
|| window.oRequestAnimationFrame
|| window.msRequestAnimationFrame
|| function(callback, element) {