Skip to content

Commit

Permalink
fix: removed incorrect comment (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypavlotsky committed May 22, 2018
1 parent a017044 commit 30734c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/controller.js
Expand Up @@ -96,9 +96,6 @@ Controller.IMA_DEFAULTS = {
Controller.prototype.initWithSettings = function(options) {
this.settings = this.extend({}, Controller.IMA_DEFAULTS, options || {});

// Currently this isn't used but I can see it being needed in the future,
// so to avoid implementation problems with later updates I'm requiring
// it.
if (!this.settings.id) {
window.console.error('Error: must provide id of video.js div');
return;
Expand Down

0 comments on commit 30734c6

Please sign in to comment.