Fix if/for spacing

This commit is contained in:
Dennis Eichhorn 2019-10-05 20:08:51 +02:00
parent 864c52ad55
commit bcd1c72abb

View File

@ -109,7 +109,7 @@
const img = this.canvas.getAttribute('data-src'),
self = this;
if(img !== null && typeof img !== 'undefined' && img.length > 0) {
if (img !== null && typeof img !== 'undefined' && img.length > 0) {
/** global: Image */
let imgObj = new Image();