From cbefd37acf1bc5a5ba4412dcf2d774c60e279aa3 Mon Sep 17 00:00:00 2001 From: Stephan Hesse Date: Thu, 13 Mar 2014 00:45:06 +0100 Subject: [PATCH] Added comment to triggerReady call --- src/js/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/player.js b/src/js/player.js index 477d8fb0d..71a31c068 100644 --- a/src/js/player.js +++ b/src/js/player.js @@ -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: '' ... }