]> git.proxmox.com Git - mirror_novnc.git/blobdiff - core/display.js
Add eslint and fix reported issues
[mirror_novnc.git] / core / display.js
index 99156157ac77db2d6f3219574d2bd03576a6bd06..7fed184bbeca7d88a88ac2b87207a06f6b1bd292 100644 (file)
@@ -68,7 +68,7 @@ export default function Display(target) {
 
     this._tile16x16 = this._drawCtx.createImageData(16, 16);
     Log.Debug("<< Display.constructor");
-};
+}
 
 var SUPPORTS_IMAGEDATA_CONSTRUCTOR = false;
 try {