1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

requestAnimationFrame was missing.

This commit is contained in:
Gunther Brunner 2014-03-07 19:19:06 +09:00
parent defda72fc1
commit a22eb8e841

View file

@ -393,7 +393,7 @@ function FastImageRender(canvasElement, options) {
if (that.options.raf) {
that.animLoop = function() {
that.raf = that.animLoop)
that.raf = requireAnimationFrame(that.animLoop)
// separate render from drawing
// render