Commit 05c8a5a3 authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Change to double quotes

parent fb5890fc
......@@ -455,7 +455,7 @@ const populateMap = async (mapData) => {
// setting their z-index
let glmapChildren = map.getPanes().tilePane.children,
children = Array.from(glmapChildren);
children.forEach( c => c.style.zIndex = 'inherit' );
children.forEach( c => c.style.zIndex = "inherit" );
});
}
......
......@@ -455,7 +455,7 @@ const populateMap = async (mapData) => {
// setting their z-index
let glmapChildren = map.getPanes().tilePane.children,
children = Array.from(glmapChildren);
children.forEach( c => c.style.zIndex = 'inherit' );
children.forEach( c => c.style.zIndex = "inherit" );
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment