Indentation for linter

This commit is contained in:
Tim Schaub
2013-02-19 13:58:43 -07:00
parent 6e08f5ef1b
commit eef683fcdb

View File

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