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);
|
||||
return this._layers.hasOwnProperty(id);
|
||||
}
|
||||
},
|
||||
|
||||
clearLayers: function () {
|
||||
this.eachLayer(this.removeLayer, this);
|
||||
|
Loading…
Reference in New Issue
Block a user