]> git.proxmox.com Git - mirror_novnc.git/blobdiff - core/input/domkeytable.js
Merge branch 'fix/ie11-numpad5-compatibility' of https://github.com/vlastoun/noVNC
[mirror_novnc.git] / core / input / domkeytable.js
index df85a63553b0c537fc32a7b02eff249b3a942ee9..6028801255425fcb5152f98e33755628e655fc45 100644 (file)
@@ -13,7 +13,7 @@ import KeyTable from "./keysym.js";
  * See https://www.w3.org/TR/uievents-key/ for possible values.
  */
 
-var DOMKeyTable = {};
+const DOMKeyTable = {};
 
 function addStandard(key, standard)
 {