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

pull/749/head
Scott Nonnenberg 8 years ago committed by GitHub
parent 7034d8759d
commit c70fb3a254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save