diff options
author | Juanjo Diaz <juanjo.diaz@intopalo.com> | 2018-01-30 08:07:57 -0800 |
---|---|---|
committer | Juanjo Diaz <juanjo.diaz@intopalo.com> | 2018-01-31 07:38:29 -0800 |
commit | 9e1bd410aac1a754d86bde97f379f3c9b2e0f6d2 (patch) | |
tree | f0defbd7d75b3d7282b7224413c5286ab82934dd /core/input | |
parent | be8580558cceb990c641bbc021b6818b971781c8 (diff) | |
download | novnc-9e1bd410aac1a754d86bde97f379f3c9b2e0f6d2.tar.gz |
Remove jshint comments
Diffstat (limited to 'core/input')
-rw-r--r-- | core/input/keyboard.js | 3 | ||||
-rw-r--r-- | core/input/mouse.js | 3 |
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'; |