CK-240: fix lint errors
This commit is contained in:
committed by
Andreas Hocevar
parent
a30a92a963
commit
dc957ec104
@@ -417,8 +417,8 @@ describe('ol.interaction.Select', function() {
|
|||||||
const style = new Style({});
|
const style = new Style({});
|
||||||
const features = new Collection();
|
const features = new Collection();
|
||||||
|
|
||||||
firstInteraction = new Select({ style, features });
|
firstInteraction = new Select({style, features});
|
||||||
secondInteraction = new Select({ style, features });
|
secondInteraction = new Select({style, features});
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function() {
|
afterEach(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user