Issue #306 : Switch implementation for memoizer

This commit is contained in:
jdescottes
2015-09-14 22:04:25 +02:00
parent cbb97c60d0
commit e6950e5c1a
6 changed files with 25 additions and 23 deletions

View File

@@ -99,12 +99,6 @@
return this.zoom;
};
ns.FrameRenderer.prototype.setCanvasOpacity = function (opacity) {
if (this.displayCanvas) {
this.displayCanvas.style.opacity = opacity;
}
};
ns.FrameRenderer.prototype.setDisplaySize = function (width, height) {
this.displayWidth = width;
this.displayHeight = height;