Fixed unused locals

This commit is contained in:
2018-11-16 16:46:56 +09:00
parent bc79600223
commit 70a2cc275d
8 changed files with 9 additions and 22 deletions

View File

@ -2,8 +2,8 @@ import AnimeNotifier from "../AnimeNotifier"
let currentThemeName = "light"
let previewTimeoutID: number = 0
let themeWheel: HTMLElement
let themeWheelTimeoutID: number = 0
// let themeWheel: HTMLElement
// let themeWheelTimeoutID: number = 0
const themes = {
"light": {},