mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-30 08:59:38 +00:00
`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.