Fewer blank lines

This commit is contained in:
Tim Schaub
2016-01-10 08:22:01 -07:00
parent 8d80924ba8
commit 13a981c94b
199 changed files with 1 additions and 247 deletions
@@ -6,7 +6,6 @@ goog.require('ol.MapBrowserEvent.EventType');
goog.require('ol.interaction.Interaction');
/**
* @classdesc
* Allows the user to zoom by double-clicking on the map.
@@ -14,7 +14,6 @@ goog.require('ol.interaction.Interaction');
goog.require('ol.proj');
/**
* @classdesc
* Handles input of vector data by drag and drop.
@@ -198,7 +197,6 @@ ol.interaction.DragAndDropEventType = {
};
/**
* @classdesc
* Events emitted by {@link ol.interaction.DragAndDrop} instances are instances
-2
View File
@@ -38,7 +38,6 @@ ol.DragBoxEventType = {
};
/**
* @classdesc
* Events emitted by {@link ol.interaction.DragBox} instances are instances of
@@ -83,7 +82,6 @@ goog.inherits(ol.DragBoxEvent, goog.events.Event);
ol.interaction.DragBoxEndConditionType;
/**
* @classdesc
* Allows the user to draw a vector box by clicking and dragging on the map,
-1
View File
@@ -10,7 +10,6 @@ goog.require('ol.events.condition');
goog.require('ol.interaction.Pointer');
/**
* @classdesc
* Allows the user to pan the map by dragging the map.
@@ -9,7 +9,6 @@ goog.require('ol.interaction.Interaction');
goog.require('ol.interaction.Pointer');
/**
* @classdesc
* Allows the user to zoom and rotate the map by clicking and dragging
@@ -8,7 +8,6 @@ goog.require('ol.interaction.Interaction');
goog.require('ol.interaction.Pointer');
/**
* @classdesc
* Allows the user to rotate the map by clicking and dragging on the map,
@@ -8,7 +8,6 @@ goog.require('ol.extent');
goog.require('ol.interaction.DragBox');
/**
* @classdesc
* Allows the user to zoom the map by clicking and dragging on the map,
-2
View File
@@ -49,7 +49,6 @@ ol.interaction.DrawEventType = {
};
/**
* @classdesc
* Events emitted by {@link ol.interaction.Draw} instances are instances of
@@ -76,7 +75,6 @@ ol.interaction.DrawEvent = function(type, feature) {
goog.inherits(ol.interaction.DrawEvent, goog.events.Event);
/**
* @classdesc
* Interaction for drawing feature geometries.
-1
View File
@@ -18,7 +18,6 @@ ol.interaction.InteractionProperty = {
};
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
@@ -11,7 +11,6 @@ goog.require('ol.events.condition');
goog.require('ol.interaction.Interaction');
/**
* @classdesc
* Allows the user to pan the map using keyboard arrows.
@@ -7,7 +7,6 @@ goog.require('ol.events.condition');
goog.require('ol.interaction.Interaction');
/**
* @classdesc
* Allows the user to zoom the map using keyboard + and -.
-2
View File
@@ -49,7 +49,6 @@ ol.ModifyEventType = {
};
/**
* @classdesc
* Events emitted by {@link ol.interaction.Modify} instances are instances of
@@ -94,7 +93,6 @@ goog.inherits(ol.interaction.ModifyEvent, goog.events.Event);
ol.interaction.SegmentDataType;
/**
* @classdesc
* Interaction for modifying feature geometries.
@@ -9,7 +9,6 @@ goog.require('ol.interaction.Interaction');
goog.require('ol.math');
/**
* @classdesc
* Allows the user to zoom the map by scrolling the mouse wheel.
@@ -10,7 +10,6 @@ goog.require('ol.interaction.Interaction');
goog.require('ol.interaction.Pointer');
/**
* @classdesc
* Allows the user to rotate the map by twisting with two fingers
@@ -10,7 +10,6 @@ goog.require('ol.interaction.Interaction');
goog.require('ol.interaction.Pointer');
/**
* @classdesc
* Allows the user to zoom the map by pinching with two fingers
-1
View File
@@ -9,7 +9,6 @@ goog.require('ol.Pixel');
goog.require('ol.interaction.Interaction');
/**
* @classdesc
* Base class that calls user-defined functions on `down`, `move` and `up`
-2
View File
@@ -43,7 +43,6 @@ ol.interaction.SelectEventType = {
ol.interaction.SelectFilterFunction;
/**
* @classdesc
* Events emitted by {@link ol.interaction.Select} instances are instances of
@@ -85,7 +84,6 @@ ol.interaction.SelectEvent = function(type, selected, deselected, mapBrowserEven
goog.inherits(ol.interaction.SelectEvent, goog.events.Event);
/**
* @classdesc
* Interaction for selecting vector features. By default, selected features are
-1
View File
@@ -23,7 +23,6 @@ goog.require('ol.source.VectorEventType');
goog.require('ol.structs.RBush');
/**
* @classdesc
* Handles snapping of vector features while modifying or drawing them. The
@@ -32,7 +32,6 @@ ol.interaction.TranslateEventType = {
};
/**
* @classdesc
* Events emitted by {@link ol.interaction.Translate} instances are instances of
@@ -67,7 +66,6 @@ ol.interaction.TranslateEvent = function(type, features, coordinate) {
goog.inherits(ol.interaction.TranslateEvent, goog.events.Event);
/**
* @classdesc
* Interaction for translating (moving) features.