Merge pull request #6998 from openlayers/greenkeeper/eslint-4.2.0

Update eslint to the latest version 🚀
This commit is contained in:
Andreas Hocevar
2017-07-09 16:52:47 +02:00
committed by GitHub
4 changed files with 8 additions and 9 deletions

View File

@@ -32,8 +32,8 @@ describe('ol.interaction.Translate', function() {
features = [new ol.Feature({
geometry: new ol.geom.Point([10, -20])
}), new ol.Feature({
geometry: new ol.geom.Point([20, -30])
})];
geometry: new ol.geom.Point([20, -30])
})];
source.addFeatures(features);
var layer = new ol.layer.Vector({source: source});
map = new ol.Map({