]> git.proxmox.com Git - mirror_novnc.git/blobdiff - core/util/browser.js
Add eslint and fix reported issues
[mirror_novnc.git] / core / util / browser.js
index 7a78eee05d31b33fd836d82782d9bc08f71fa760..2b44fb210c9fefe89462d82031baf2a490894189 100644 (file)
@@ -42,7 +42,7 @@ export function supportsCursorURIs () {
     }
 
     return _cursor_uris_supported;
-};
+}
 
 export function isMac() {
     return navigator && !!(/mac/i).exec(navigator.platform);