We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6daa5 commit 51bdb5aCopy full SHA for 51bdb5a
src/Youtube.js
@@ -64,6 +64,7 @@ THE SOFTWARE. */
64
this.el_.parentNode.className = this.el_.parentNode.className
65
.replace(' vjs-youtube', '')
66
.replace(' vjs-youtube-mobile', '');
67
+ this.el_.remove();
68
},
69
70
createEl: function() {
0 commit comments