diff --git a/embed/wrappers/videojs.js b/embed/wrappers/videojs.js index 825bbeb6..9ceaf6fa 100644 --- a/embed/wrappers/videojs.js +++ b/embed/wrappers/videojs.js @@ -206,7 +206,7 @@ if (document.fullscreenEnabled || document.webkitFullscreenEnabled || document.m }; } p.prototype.updateSrc = function(src){ - if (videojs in this) { + if ("videojs" in this) { if (src == '') { this.videojs.dispose(); return;