Make self const

This commit is contained in:
Dennis Eichhorn 2017-08-26 20:19:47 +02:00
parent 6115119dde
commit f7a727b9b8

View File

@ -27,7 +27,7 @@
return;
}
let self = this;
const self = this;
if (!form.querySelector('input[type=file]')|| !document.querySelector('input[type=file][form=' + form.id + ']')) {
try {