Merge pull request #6957 from openlayers/greenkeeper/eslint-4.1.1

Greenkeeper/eslint 4.1.1
This commit is contained in:
Andreas Hocevar
2017-06-26 16:03:53 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
"clean-css-cli": "4.1.4",
"coveralls": "2.13.1",
"debounce": "^1.0.0",
"eslint": "4.0.0",
"eslint": "4.1.1",
"eslint-config-openlayers": "7.0.0",
"eslint-plugin-openlayers-internal": "^3.1.0",
"expect.js": "0.3.1",

View File

@@ -141,7 +141,7 @@ ol.renderer.canvas.VectorTileLayer.prototype.createReplayGroup_ = function(
0,
-sourceTileExtent[0], -sourceTileExtent[3]);
extent = (ol.transform.apply(transform, [sharedExtent[0], sharedExtent[3]])
.concat(ol.transform.apply(transform, [sharedExtent[2], sharedExtent[1]])));
.concat(ol.transform.apply(transform, [sharedExtent[2], sharedExtent[1]])));
} else {
tileResolution = resolution;
extent = sharedExtent;