Remove lint

This commit is contained in:
Andreas Hocevar
2021-06-28 18:10:51 +02:00
parent b5bb9382e2
commit 79f5f46d27
135 changed files with 1040 additions and 2374 deletions

View File

@@ -593,8 +593,7 @@ describe('ol.renderer.webgl.PointsLayer', function () {
expect(getCache(features[0], renderer).feature).to.be(features[0]);
expect(getCache(features[0], renderer).geometry.getCoordinates()).to.eql([
10,
20,
10, 20,
]);
expect(getCache(features[0], renderer).properties['test']).to.be(
features[0].get('test')
@@ -649,10 +648,7 @@ describe('ol.renderer.webgl.PointsLayer', function () {
zoom: 7,
},
extent: [
11.1932373046875,
46.429931640625,
18.8067626953125,
57.570068359375,
11.1932373046875, 46.429931640625, 18.8067626953125, 57.570068359375,
],
size: [693, 1014],
layerIndex: 0,