Video/audio: rely on the browser to detect content type (#1977)

This commit is contained in:
Scott Nonnenberg
2018-01-17 15:28:12 -08:00
committed by GitHub
parent 7034d8759d
commit c70fb3a254

View File

@@ -45,7 +45,6 @@
render: function() {
var $el = $('<source>');
$el.attr('src', this.dataUrl);
$el.attr('type', this.contentType);
this.$el.append($el);
return this;
}