]> git.proxmox.com Git - mirror_novnc.git/commit - core/util.js
Fix typos in imports and i18n
authorSolly Ross <sross@redhat.com>
Sat, 4 Feb 2017 04:12:53 +0000 (23:12 -0500)
committerSolly Ross <sross@redhat.com>
Sun, 26 Feb 2017 21:30:37 +0000 (16:30 -0500)
commitd55e4545829b1386750bdbf4184c91168f41e565
tree3cf641a8d1fd3957389b54569239cac27039a838
parentb56d97524807b125d047730331031ddd00f9c61f
Fix typos in imports and i18n

`app/ui.js` had an incorrect import path which caused issues
when using the ES6 and/or CommonJS builds of noVNC.

`core/util.js` had a non-strict-compatible declaration of a variable
without a `let` or `var` (it now uses `let`).

This fixes both issues.
app/ui.js
core/util.js