From 37e90409d54238a33c9bc04a5b3384c51ddb4cef Mon Sep 17 00:00:00 2001 From: arcadeJHS Date: Sun, 3 Feb 2013 23:17:04 +0100 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 48ddc14..a022674 100644 --- a/index.html +++ b/index.html @@ -320,7 +320,7 @@ // crossbrowser implementation for requestAnimationFrame var requestAnimation = (function() { - return window.requestAnimationFrame + return //window.requestAnimationFrame //|| window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame