]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Merge branch 'master' of https://github.com/josiah2009/noVNC
authorPierre Ossman <ossman@cendio.se>
Thu, 14 Dec 2017 11:50:38 +0000 (12:50 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 14 Dec 2017 11:50:38 +0000 (12:50 +0100)
core/display.js

index b252f99eff2ddbbbc794e0094578d116c5da58b5..3b12f1021db6c0322b8ec043f36ba9fb68eb9a2f 100644 (file)
@@ -69,6 +69,7 @@ export default function Display(target) {
         throw new Error("Canvas does not support createImageData");
     }
 
+    this._tile16x16 = this._drawCtx.createImageData(16, 16);
     Log.Debug("<< Display.constructor");
 };