remove descriptions from JSDoc type tags

This commit is contained in:
Jeff Williams
2013-03-21 09:54:52 -07:00
parent 2678c07caf
commit 97879a3572
10 changed files with 19 additions and 10 deletions

View File

@@ -81,9 +81,9 @@ ol.renderer.canvas.VectorLayer = function(mapRenderer, layer) {
/**
* Geometry filters in rendering order.
* TODO: these will go away shortly (in favor of one call per symbolizer type)
* @private
* @type {Array.<ol.filter.Geometry>}
* TODO: these will go away shortly (in favor of one call per symbolizer type)
*/
this.geometryFilters_ = [
new ol.filter.Geometry(ol.geom.GeometryType.POINT),