From 30734c6d1c201fb0092c6590daa30074972dc658 Mon Sep 17 00:00:00 2001 From: Yury Pavlotsky Date: Tue, 22 May 2018 10:22:58 -0400 Subject: [PATCH] fix: removed incorrect comment (#624) --- src/controller.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/controller.js b/src/controller.js index acc2aa57..80a0c158 100644 --- a/src/controller.js +++ b/src/controller.js @@ -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;