提交 33749e9e 编写于 作者: P pissang

Fix Geo#dataToPoint with out parameter.

上级 7cee4cfe
......@@ -201,7 +201,7 @@ Geo.prototype = {
data = this.getGeoCoord(data);
}
if (data) {
return View.prototype.dataToPoint.call(this, data, out);
return View.prototype.dataToPoint.call(this, data, preserved, out);
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册