Fix js typo
This commit is contained in:
parent
82d4535180
commit
75fa5b087f
@ -45,7 +45,7 @@ L.LayerGroup = L.Class.extend({
|
|||||||
|
|
||||||
var id = L.stamp(layer);
|
var id = L.stamp(layer);
|
||||||
return this._layers.hasOwnProperty(id);
|
return this._layers.hasOwnProperty(id);
|
||||||
}
|
},
|
||||||
|
|
||||||
clearLayers: function () {
|
clearLayers: function () {
|
||||||
this.eachLayer(this.removeLayer, this);
|
this.eachLayer(this.removeLayer, this);
|
||||||
|
Loading…
Reference in New Issue
Block a user