Gave L.CircleMarker.setLatLng a return statement.

This commit is contained in:
Bradley Gentry 2013-11-19 17:01:00 -05:00
parent f5580d024e
commit 9d2f90b508

View File

@ -27,6 +27,7 @@ L.CircleMarker = L.Circle.extend({
if (this._popup && this._popup._isOpen) {
this._popup.setLatLng(latlng);
}
return this;
},
setRadius: function (radius) {