Remove lint

This commit is contained in:
Tim Schaub
2018-07-18 10:35:54 -06:00
parent 71555002a8
commit b8c9125602
20 changed files with 24 additions and 24 deletions

View File

@@ -82,7 +82,7 @@ describe('ol.interaction.Snap', function() {
snapInteraction.setMap(map);
const event = {
pixel: [7 + width / 2, height / 2 - 4],
pixel: [7 + width / 2, height / 2 - 4],
coordinate: [7, 4],
map: map
};
@@ -100,7 +100,7 @@ describe('ol.interaction.Snap', function() {
snapInteraction.setMap(map);
const event = {
pixel: [7 + width / 2, height / 2 - 4],
pixel: [7 + width / 2, height / 2 - 4],
coordinate: [7, 4],
map: map
};
@@ -117,7 +117,7 @@ describe('ol.interaction.Snap', function() {
snapInteraction.setMap(map);
const event = {
pixel: [5 + width / 2, height / 2 - 5],
pixel: [5 + width / 2, height / 2 - 5],
coordinate: [5, 5],
map: map
};