fixes interaction options in tests
This commit is contained in:
@@ -141,13 +141,12 @@ describe('ol.Map', function() {
|
||||
options = {
|
||||
altShiftDragRotate: false,
|
||||
doubleClickZoom: false,
|
||||
dragPan: false,
|
||||
keyboard: false,
|
||||
mouseWheelZoom: false,
|
||||
shiftDragZoom: false,
|
||||
touchPan: false,
|
||||
touchRotate: false,
|
||||
touchZoom: false
|
||||
pan: false,
|
||||
rotate: false,
|
||||
zoom: false
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user