Skip to content

Commit 1f0fb12

Browse files
committed
Fix CI errors for unused variables
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
1 parent c5ca7b6 commit 1f0fb12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

public/js/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-env browser, jquery */
2-
/* global CodeMirror, Cookies, moment, editor, ui, Spinner,
3-
modeType, Idle, serverurl, key, gapi, Dropbox, FilePicker
4-
ot, MediaUploader, hex2rgb, num_loaded, Visibility */
2+
/* global CodeMirror, Cookies, moment, Spinner, Idle, serverurl,
3+
key, Dropbox, ot, hex2rgb, Visibility */
54

65
require('../vendor/showup/showup')
76

0 commit comments

Comments
 (0)