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