diff --git a/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js b/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js index d9db98a596..b92c3666f7 100644 --- a/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js +++ b/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js @@ -61,17 +61,6 @@ function(_) { function Player(el, config) { var errorMessage, lastSource, sourceList; - // A simple test to see that the 'config' is a normal object. - if ($.isPlainObject(config) === false) { - return; - } - - // We should have at least one video source. Otherwise there is no - // point to continue. - if (!config.videoSources && !config.videoSources.length) { - return; - } - // Create HTML markup for individual sources of the HTML5