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

View File

@@ -20,7 +20,6 @@ ol.ObjectEventType = {
};
/**
* @classdesc
* Events emitted by {@link ol.Object} instances are instances of this type.
@@ -54,7 +53,6 @@ ol.ObjectEvent = function(type, key, oldValue) {
goog.inherits(ol.ObjectEvent, goog.events.Event);
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not