1
0
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:
Stephan Hesse 2014-03-13 00:45:06 +01:00
parent 02155c6b13
commit cbefd37acf

View File

@ -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: '' ... }