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