Fix contentWindow load
This commit is contained in:
Родитель
a35fa8ad4e
Коммит
edb71d4a46
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче