mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +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', {
|
||||
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: '' ... }
|
||||
|
Loading…
Reference in New Issue
Block a user