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
-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.