更新 infowindow-view.js

remotes/origin/master
钟进 4 years ago
parent e1f7b2a754
commit ff026ad218

@ -186,10 +186,10 @@ var Infowindow = View.extend({
player = videojs('hls-video');
$video
.load(this._onLoadVideoSuccess)
.error(this._onLoadVideoError)
.attr('src', url);
// $video
// .load(this._onLoadVideoSuccess)
// .error(this._onLoadVideoError)
// .attr('src', url);
},
_onLoadVideoError: function () {

Loading…
Cancel
Save