Fix Travis

This commit is contained in:
Vince 2013-06-13 17:56:44 +02:00
parent 9478055658
commit 93da547cb1

View File

@ -12,7 +12,7 @@
var frame = this.framesheet.getFrameByIndex(i);
this.drawFrameInCanvas_(frame, canvas, i * this.framesheet.getWidth(), 0);
}
return canvas.toDataURL("image/png")
return canvas.toDataURL("image/png");
};
ns.SpritesheetRenderer.prototype.renderAsImageDataAnimatedGIF = function (fps) {