зеркало из https://github.com/mozilla/pluotsorbet.git
Fix other image loading problem.
This commit is contained in:
Родитель
b4271a9c26
Коммит
36161c6045
|
@ -361,8 +361,10 @@ ImagePlayer.prototype.realize = function() {
|
||||||
this.image.src = URL.createObjectURL(new Blob([ imgData ]));
|
this.image.src = URL.createObjectURL(new Blob([ imgData ]));
|
||||||
}).bind(this));
|
}).bind(this));
|
||||||
} else {
|
} else {
|
||||||
|
this.image.onload = function() {
|
||||||
|
resolve(true);
|
||||||
|
};
|
||||||
this.image.src = this.url;
|
this.image.src = this.url;
|
||||||
resolve(true);
|
|
||||||
}
|
}
|
||||||
}).bind(this));
|
}).bind(this));
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче