Merge pull request #10239 from ahocevar/simpler-container-reuse

Simpler container reuse
This commit is contained in:
Andreas Hocevar
2019-11-01 19:14:05 +01:00
committed by GitHub
14 changed files with 44 additions and 144 deletions

View File

@@ -57,7 +57,6 @@ describe('ol.layer.Layer', function() {
opacity: 1,
visible: true,
managed: true,
hasOverlay: false,
sourceState: 'ready',
extent: undefined,
zIndex: 0,
@@ -99,7 +98,6 @@ describe('ol.layer.Layer', function() {
opacity: 0.5,
visible: false,
managed: true,
hasOverlay: false,
sourceState: 'ready',
extent: undefined,
zIndex: 10,
@@ -373,7 +371,6 @@ describe('ol.layer.Layer', function() {
opacity: 0.33,
visible: false,
managed: true,
hasOverlay: false,
sourceState: 'ready',
extent: undefined,
zIndex: 10,