summaryrefslogtreecommitdiff
path: root/core/input
diff options
context:
space:
mode:
authorJuanjo Diaz <juanjo.diaz@intopalo.com>2018-01-30 08:07:57 -0800
committerJuanjo Diaz <juanjo.diaz@intopalo.com>2018-01-31 07:38:29 -0800
commit9e1bd410aac1a754d86bde97f379f3c9b2e0f6d2 (patch)
treef0defbd7d75b3d7282b7224413c5286ab82934dd /core/input
parentbe8580558cceb990c641bbc021b6818b971781c8 (diff)
downloadnovnc-9e1bd410aac1a754d86bde97f379f3c9b2e0f6d2.tar.gz
Remove jshint comments
Diffstat (limited to 'core/input')
-rw-r--r--core/input/keyboard.js3
-rw-r--r--core/input/mouse.js3
2 files changed, 0 insertions, 6 deletions
diff --git a/core/input/keyboard.js b/core/input/keyboard.js
index 1bf1a38..05fbbfb 100644
--- a/core/input/keyboard.js
+++ b/core/input/keyboard.js
@@ -5,9 +5,6 @@
* Licensed under MPL 2.0 or any later version (see LICENSE.txt)
*/
-/*jslint browser: true, white: false */
-/*global window, Util */
-
import * as Log from '../util/logging.js';
import { stopEvent } from '../util/events.js';
import * as KeyboardUtil from "./util.js";
diff --git a/core/input/mouse.js b/core/input/mouse.js
index eaf908a..8f181fc 100644
--- a/core/input/mouse.js
+++ b/core/input/mouse.js
@@ -5,9 +5,6 @@
* Licensed under MPL 2.0 or any later version (see LICENSE.txt)
*/
-/*jslint browser: true, white: false */
-/*global window, Util */
-
import * as Log from '../util/logging.js';
import { isTouchDevice } from '../util/browsers.js';
import { setCapture, stopEvent, getPointerEvent } from '../util/events.js';