Prettified
This commit is contained in:
parent
936e5732b2
commit
4854342c92
3 changed files with 21 additions and 21 deletions
|
|
@ -50,7 +50,7 @@ BR.LayersTab = BR.ControlLayers.extend({
|
|||
if (self._layers[i].layer.setOpacity) {
|
||||
self._layers[i].layer.setOpacity(opacity);
|
||||
} else {
|
||||
self._layers[i].layer.setStyle({opacity:opacity});
|
||||
self._layers[i].layer.setStyle({ opacity: opacity });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue