更新 infowindow-view.js
This commit is contained in:
parent
e1f7b2a754
commit
ff026ad218
@ -186,10 +186,10 @@ var Infowindow = View.extend({
|
|||||||
|
|
||||||
player = videojs('hls-video');
|
player = videojs('hls-video');
|
||||||
|
|
||||||
$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…
Reference in New Issue
Block a user