From ddee366f96f7374cbf7517f90ded1fa2cd43f080 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Thu, 9 May 2013 09:45:30 -0700 Subject: [PATCH] pointed to FRAF for cases when requestAnimationFrame isn't available --- src/Animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Animation.js b/src/Animation.js index 49157a73..0e33e3bf 100644 --- a/src/Animation.js +++ b/src/Animation.js @@ -203,7 +203,7 @@ || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame - || Kinetic.Animation.fixedRequestAnimFrame; + || FRAF; })(); function FRAF(callback) {