更新 infowindow-view.js

This commit is contained in:
钟进 2020-06-13 17:09:20 +00:00
parent 32223731f8
commit 8dd0fd13e6

View File

@ -189,16 +189,12 @@ var Infowindow = View.extend({
player = videojs('hls-video');
if (player) {
alert("videojs found !");
player.play();
}
/*
$video
.load(this._onLoadVideoSuccess)
.error(this._onLoadVideoError)
// .attr('src', url);
.attr('src', url);
*/
},
_onLoadVideoError: function () {