eslint rule for declarations

This commit is contained in:
JFH
2021-05-28 17:03:29 +02:00
parent 01b022b1e7
commit 99ee706c18
56 changed files with 488 additions and 486 deletions

View File

@@ -168,7 +168,7 @@ class MainMenu {
}
this.editor.exportWindowName =
this.editor.configObj.curConfig.canvasName + this.editor.exportWindowCt;
let popHTML, popURL;
let popHTML; let popURL;
if (this.editor.loadingURL) {
popURL = this.editor.loadingURL;
} else {