diff options
author | Sheogorath | 2019-02-21 01:36:26 +0100 |
---|---|---|
committer | Sheogorath | 2019-02-21 01:36:39 +0100 |
commit | 1f0fb127555ac80826e573a187a4232668323804 (patch) | |
tree | 97a08ab88dcb6103ef645b21e346d70a5768418f /public/js | |
parent | c5ca7b634a47e8d1b22b8cbf19c827d2262b8dcb (diff) |
Fix CI errors for unused variables
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/index.js | 5 |
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') |