This commit is contained in:
Maxence Brasselet 2020-02-11 17:11:55 +01:00
Родитель a35fa8ad4e
Коммит edb71d4a46
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -116,7 +116,7 @@ module.exports = class Player {
container.appendChild(iframe);
iframe.onload = this._onLoad.bind(this);
iframe.contentWindow.onload = this._onLoad.bind(this);
return iframe;
}