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
@@ -23,7 +23,6 @@ ol.layer.HeatmapLayerProperty = {
};
/**
* @classdesc
* Layer for rendering vector data as a heatmap.
-1
View File
@@ -3,7 +3,6 @@ goog.provide('ol.layer.Image');
goog.require('ol.layer.Layer');
/**
* @classdesc
* Server-rendered images that are available for arbitrary extents and
-1
View File
@@ -11,7 +11,6 @@ goog.require('ol.render.EventType');
goog.require('ol.source.State');
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -37,7 +37,6 @@ ol.layer.LayerProperty = {
ol.layer.LayerState;
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
-1
View File
@@ -22,7 +22,6 @@ ol.layer.GroupProperty = {
};
/**
* @classdesc
* A {@link ol.Collection} of layers that are handled together.
-1
View File
@@ -14,7 +14,6 @@ ol.layer.TileProperty = {
};
/**
* @classdesc
* For layer sources that provide pre-rendered, tiled images in grids that are
-1
View File
@@ -15,7 +15,6 @@ ol.layer.VectorProperty = {
};
/**
* @classdesc
* Vector data that is rendered client-side.
-1
View File
@@ -13,7 +13,6 @@ ol.layer.VectorTileProperty = {
};
/**
* @classdesc
* Layer for vector tile data that is rendered client-side.