Embed: videojs stability tweaks, videojs and dashjs updated
This commit is contained in:
parent
dee1495302
commit
e96799d5ac
10 changed files with 41 additions and 20 deletions
|
@ -647,7 +647,7 @@ var MistUtil = {
|
|||
this.list[src].subscribers.push(onevent.onerror);
|
||||
//execute onload
|
||||
if ("onload" in onevent) {
|
||||
if (this.hasLoaded) {
|
||||
if (this.list[src].tag.hasLoaded) {
|
||||
onevent.onload();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue