summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorSheogorath2019-02-21 01:36:26 +0100
committerSheogorath2019-02-21 01:36:39 +0100
commit1f0fb127555ac80826e573a187a4232668323804 (patch)
tree97a08ab88dcb6103ef645b21e346d70a5768418f /public
parentc5ca7b634a47e8d1b22b8cbf19c827d2262b8dcb (diff)
Fix CI errors for unused variables
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public')
-rw-r--r--public/js/index.js5
1 files changed, 2 insertions, 3 deletions
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')