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() {
options = {
rotate: false,
doubleClickZoom: false,
dragPan: false,
keyboard: false,
mouseWheelZoom: false,
shiftDragZoom: false
rotate: false,
doubleClickZoom: false,
dragPan: false,
keyboard: false,
mouseWheelZoom: false,
shiftDragZoom: false
};
});