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
-1
View File
@@ -9,7 +9,6 @@ goog.require('ol.geom.flat.deflate');
goog.require('ol.proj');
/**
* @classdesc
* Circle geometry.
-1
View File
@@ -45,7 +45,6 @@ ol.geom.GeometryLayout = {
};
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -8,7 +8,6 @@ goog.require('ol.geom.Geometry');
goog.require('ol.geom.GeometryType');
/**
* @classdesc
* An array of {@link ol.geom.Geometry} objects.
-1
View File
@@ -11,7 +11,6 @@ goog.require('ol.geom.flat.inflate');
goog.require('ol.geom.flat.simplify');
/**
* @classdesc
* Linear ring geometry. Only used as part of polygon; cannot be rendered
-1
View File
@@ -17,7 +17,6 @@ goog.require('ol.geom.flat.segments');
goog.require('ol.geom.flat.simplify');
/**
* @classdesc
* Linestring geometry.
-1
View File
@@ -16,7 +16,6 @@ goog.require('ol.geom.flat.intersectsextent');
goog.require('ol.geom.flat.simplify');
/**
* @classdesc
* Multi-linestring geometry.
-1
View File
@@ -12,7 +12,6 @@ goog.require('ol.geom.flat.inflate');
goog.require('ol.math');
/**
* @classdesc
* Multi-point geometry.
-1
View File
@@ -22,7 +22,6 @@ goog.require('ol.geom.flat.orient');
goog.require('ol.geom.flat.simplify');
/**
* @classdesc
* Multi-polygon geometry.
-1
View File
@@ -8,7 +8,6 @@ goog.require('ol.geom.flat.deflate');
goog.require('ol.math');
/**
* @classdesc
* Point geometry.
-1
View File
@@ -21,7 +21,6 @@ goog.require('ol.geom.flat.orient');
goog.require('ol.geom.flat.simplify');
/**
* @classdesc
* Polygon geometry.
-1
View File
@@ -9,7 +9,6 @@ goog.require('ol.geom.GeometryLayout');
goog.require('ol.geom.flat.transform');
/**
* @classdesc
* Abstract base class; only used for creating subclasses; do not instantiate