fixes interaction options in tests

This commit is contained in:
tsauerwein
2014-02-26 16:17:29 +01:00
parent dc164fd496
commit 43aac5480c

View File

@@ -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
};
});