Fix linting errors

This commit is contained in:
MrTimscampi 2020-07-17 10:33:31 +02:00
parent f16df9788a
commit 8f098dc26d
12 changed files with 42 additions and 41 deletions

View file

@ -1,6 +1,6 @@
/* eslint-disable indent */
let ProgressBarPrototype = Object.create(HTMLDivElement.prototype);
const ProgressBarPrototype = Object.create(HTMLDivElement.prototype);
function onAutoTimeProgress() {
const start = parseInt(this.getAttribute('data-starttime'));