This commit is contained in:
Dennis Eichhorn 2017-11-09 17:14:12 +01:00
parent 36c982139b
commit 4b1dbd0366

View File

@ -112,6 +112,7 @@
self = this;
if(img !== null && typeof img !== 'undefined' && img.length > 0) {
/** global: Image */
let imgObj = new Image();
imgObj.addEventListener('load', function() {