Added documentation in CachedFrameProcessor

This commit is contained in:
jdescottes
2014-07-03 23:23:31 +02:00
parent fa626532ba
commit fa4e96e7e5
2 changed files with 22 additions and 4 deletions

View File

@ -208,7 +208,6 @@
ns.PreviewFilmController.prototype.getCanvasForFrame = function (frame) {
var canvas = this.cachedFrameProcessor.get(frame, this.zoom);
canvas.classList.add('tile-view', 'canvas');
return canvas;
};