更新 infowindow-view.js

remotes/origin/master
钟进 4 years ago
parent 32223731f8
commit 8dd0fd13e6

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

Loading…
Cancel
Save