Fix comment indentation

This commit is contained in:
Frederic Junod
2017-04-07 15:13:42 +02:00
parent e7f91cd526
commit d767f8545f

View File

@@ -76,10 +76,10 @@ ol.inherits(ol.interaction.DragBox, ol.interaction.Pointer);
/** /**
* The default condition for determining whether the boxend event * The default condition for determining whether the boxend event
* should fire. * should fire.
* @param {ol.MapBrowserEvent} mapBrowserEvent The originating MapBrowserEvent * @param {ol.MapBrowserEvent} mapBrowserEvent The originating MapBrowserEvent
* leading to the box end. * leading to the box end.
* @param {ol.Pixel} startPixel The starting pixel of the box. * @param {ol.Pixel} startPixel The starting pixel of the box.
* @param {ol.Pixel} endPixel The end 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. * @return {boolean} Whether or not the boxend condition should be fired.
*/ */
ol.interaction.DragBox.defaultBoxEndCondition = function(mapBrowserEvent, ol.interaction.DragBox.defaultBoxEndCondition = function(mapBrowserEvent,