return this in LayerGroup eachLayer, close #1452

geojsonfix
Vladimir Agafonkin 12 years ago
parent 0a83b83237
commit bba4f2ae1b

@ -90,6 +90,7 @@ L.LayerGroup = L.Class.extend({
method.call(context, this._layers[i]);
}
}
return this;
},
setZIndex: function (zIndex) {

Loading…
Cancel
Save