pointed to FRAF for cases when requestAnimationFrame isn't available

This commit is contained in:
Eric Rowell
2013-05-09 09:45:30 -07:00
parent 32854e529d
commit ddee366f96

View File

@@ -203,7 +203,7 @@
|| window.mozRequestAnimationFrame
|| window.oRequestAnimationFrame
|| window.msRequestAnimationFrame
|| Kinetic.Animation.fixedRequestAnimFrame;
|| FRAF;
})();
function FRAF(callback) {