From 1f0fb127555ac80826e573a187a4232668323804 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 21 Feb 2019 01:36:26 +0100 Subject: Fix CI errors for unused variables Signed-off-by: Sheogorath --- public/js/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/js/index.js b/public/js/index.js index a845b5d3..76f952c1 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') -- cgit v1.2.3