Files
noVNC/app
Solly Ross d55e454582 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.
2017-02-26 16:30:37 -05:00
..
2017-02-23 16:29:16 +01:00
2016-11-24 12:18:59 +02:00
2016-09-22 11:15:42 +02:00
2017-02-26 16:30:37 -05:00