From b3b71e7122b4e02d936e92d896d0dbb8c08eac0c Mon Sep 17 00:00:00 2001 From: YiQi Date: Tue, 21 Oct 2014 22:36:19 +0800 Subject: [PATCH] fix-map-marker-error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复地图保存后无标记(marker)的问题。http://ueditor.baidu.com/website/umeditor.html示例页面现在存在地图保存后丢失标记的问题。 --- dialogs/map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogs/map/map.js b/dialogs/map/map.js index 6f898c4a..c10fdba0 100755 --- a/dialogs/map/map.js +++ b/dialogs/map/map.js @@ -231,7 +231,7 @@ center = widget.map.getCenter(), zoom = widget.map.getZoom(), size = widget.map.getSize(), - point = widget.marker.P; + point = widget.marker.point; if (widget.root().find(".edui-map-dynamic")[0].checked) { var URL = editor.getOpt('UMEDITOR_HOME_URL'),