更新 infowindow-view.js
This commit is contained in:
parent
32223731f8
commit
8dd0fd13e6
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user