From d767f8545f027365fc4b9ab89db2305bc4560f77 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 7 Apr 2017 15:13:42 +0200 Subject: [PATCH] Fix comment indentation --- src/ol/interaction/dragbox.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ol/interaction/dragbox.js b/src/ol/interaction/dragbox.js index 02a67bbb04..90b67d70cf 100644 --- a/src/ol/interaction/dragbox.js +++ b/src/ol/interaction/dragbox.js @@ -76,10 +76,10 @@ ol.inherits(ol.interaction.DragBox, ol.interaction.Pointer); /** * The default condition for determining whether the boxend event * should fire. - * @param {ol.MapBrowserEvent} mapBrowserEvent The originating MapBrowserEvent - * leading to the box end. - * @param {ol.Pixel} startPixel The starting pixel of the box. - * @param {ol.Pixel} endPixel The end pixel of the box. + * @param {ol.MapBrowserEvent} mapBrowserEvent The originating MapBrowserEvent + * leading to the box end. + * @param {ol.Pixel} startPixel The starting pixel of the box. + * @param {ol.Pixel} endPixel The end pixel of the box. * @return {boolean} Whether or not the boxend condition should be fired. */ ol.interaction.DragBox.defaultBoxEndCondition = function(mapBrowserEvent,