Video/audio: rely on the browser to detect content type (#1977)
This commit is contained in:
parent
7034d8759d
commit
c70fb3a254
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue