From 7ca650b73d826d1111720ea67ff2c471aa2ba2b9 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 12 May 2017 08:48:41 +0200 Subject: [PATCH] Add missing semi colon --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index 83609d2f..4c4bedf7 100644 --- a/app/ui.js +++ b/app/ui.js @@ -12,7 +12,7 @@ /* global window, document.getElementById, Util, WebUtil, RFB, Display */ import * as Log from '../core/util/logging.js'; -import _, { l10n } from '../core/util/localization.js' +import _, { l10n } from '../core/util/localization.js'; import { isTouchDevice, browserSupportsCursorURIs as cursorURIsSupported } from '../core/util/browsers.js'; import { setCapture, getPointerEvent } from '../core/util/events.js'; import KeyTable from "../core/input/keysym.js";