mirror of
https://github.com/videojs/video.js.git
synced 2025-04-15 11:56:32 +02:00
Added comment to triggerReady call
This commit is contained in:
parent
02155c6b13
commit
cbefd37acf
@ -1043,7 +1043,7 @@ vjs.Player.prototype.src = function(source){
|
|||||||
this.el_.appendChild(vjs.createEl('p', {
|
this.el_.appendChild(vjs.createEl('p', {
|
||||||
innerHTML: this.options()['notSupportedMessage']
|
innerHTML: this.options()['notSupportedMessage']
|
||||||
}));
|
}));
|
||||||
this.triggerReady();
|
this.triggerReady(); // we could not find an appropriate tech, but let's still notify the delegate that this is it
|
||||||
}
|
}
|
||||||
|
|
||||||
// Case: Source object { src: '', type: '' ... }
|
// Case: Source object { src: '', type: '' ... }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user