From 1f0fb127555ac80826e573a187a4232668323804 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 21 Feb 2019 01:36:26 +0100 Subject: [PATCH] Fix CI errors for unused variables Signed-off-by: Sheogorath --- public/js/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/js/index.js b/public/js/index.js index a845b5d..76f952c 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1,7 +1,6 @@ /* eslint-env browser, jquery */ -/* global CodeMirror, Cookies, moment, editor, ui, Spinner, - modeType, Idle, serverurl, key, gapi, Dropbox, FilePicker - ot, MediaUploader, hex2rgb, num_loaded, Visibility */ +/* global CodeMirror, Cookies, moment, Spinner, Idle, serverurl, + key, Dropbox, ot, hex2rgb, Visibility */ require('../vendor/showup/showup')