Fix global assignments
This commit is contained in:
parent
22a71541b2
commit
5cce9f92c2
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ BR.LayersConfig = L.Class.extend({
|
|||
if (layer) {
|
||||
var properties = propertyOverrides[id];
|
||||
|
||||
for (key in properties) {
|
||||
for (const key in properties) {
|
||||
var value = properties[key];
|
||||
layer.properties[key] = value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue