Fix js typo

This commit is contained in:
Roemer Vlasveld 2013-01-21 22:46:18 +01:00
parent 82d4535180
commit 75fa5b087f

View File

@ -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);