From 2e99b1060f5b9d4db3a27871d5d29c61651ecb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 13 Jun 2020 14:35:56 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20infowindow-view.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/geo/ui/infowindow-view.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/geo/ui/infowindow-view.js b/src/geo/ui/infowindow-view.js index 4235206..f0e6e27 100644 --- a/src/geo/ui/infowindow-view.js +++ b/src/geo/ui/infowindow-view.js @@ -175,11 +175,11 @@ var Infowindow = View.extend({ this._startCoverLoader(); - var $img = $(""); - $cover.append($img); + var $video = $(''); + $cover.append($video); - $img - .load(this._onLoadVideoSuccess) + $video +// .load(this._onLoadVideoSuccess) .error(this._onLoadImageError) .attr('src', url); },