Indentation for linter
This commit is contained in:
@@ -72,12 +72,12 @@ describe('ol.Map', function() {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
options = {
|
options = {
|
||||||
rotate: false,
|
rotate: false,
|
||||||
doubleClickZoom: false,
|
doubleClickZoom: false,
|
||||||
dragPan: false,
|
dragPan: false,
|
||||||
keyboard: false,
|
keyboard: false,
|
||||||
mouseWheelZoom: false,
|
mouseWheelZoom: false,
|
||||||
shiftDragZoom: false
|
shiftDragZoom: false
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user