更新 infowindow-view.js
This commit is contained in:
parent
bb43395e8a
commit
28ba40f0c9
@ -114,9 +114,9 @@ var Infowindow = View.extend({
|
||||
this._loadCover();
|
||||
}
|
||||
|
||||
if (this._containsVideo()) {
|
||||
this._loadVideo();
|
||||
}
|
||||
// if (this._containsVideo()) {
|
||||
// this._loadVideo();
|
||||
// }
|
||||
|
||||
|
||||
|
||||
@ -456,7 +456,7 @@ var Infowindow = View.extend({
|
||||
},
|
||||
|
||||
|
||||
_loadVideo:function () {
|
||||
_loadVideo: function () {
|
||||
this._renderCoverLoader();
|
||||
this._startCoverLoader();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user