noVNC/core
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
..
input Properly encapsulate the scale in Display 2017-02-16 14:00:39 +01:00
base64.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
des.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
display.js Fix wrong colours on local cursor 2017-02-20 16:44:54 +01:00
inflator.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
inflator.mod.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
rfb.js Merge branch 'settingswhileconnected' of https://github.com/samhed/noVNC 2017-02-24 15:42:27 +01:00
util.js Fix typos in imports and i18n 2017-02-26 16:30:37 -05:00
websock.js Don't delay WebSocket flushing 2017-02-03 17:12:41 +01:00