[1.2] Adding a linter and reformat all code

This commit is contained in:
vermillion-dev
2019-05-30 23:11:40 +02:00
parent 527500a438
commit 86f26a4660
15 changed files with 404 additions and 404 deletions

View File

@@ -1,3 +1,3 @@
var downloadButton = document.querySelector('a.butt');
downloadButton.onclick = function(){}
downloadButton.onclick = function () {};
downloadButton.removeAttribute('onclick');