Gave L.CircleMarker.setLatLng a return statement.
This commit is contained in:
parent
f5580d024e
commit
9d2f90b508
@ -27,6 +27,7 @@ L.CircleMarker = L.Circle.extend({
|
||||
if (this._popup && this._popup._isOpen) {
|
||||
this._popup.setLatLng(latlng);
|
||||
}
|
||||
return this;
|
||||
},
|
||||
|
||||
setRadius: function (radius) {
|
||||
|
Loading…
Reference in New Issue
Block a user