Remove lint

This commit is contained in:
Andreas Hocevar
2017-07-09 16:11:36 +02:00
parent eb8d5bcade
commit cff9ef5e63
3 changed files with 7 additions and 8 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({