Partial valid-jsdoc corrections

This commit is contained in:
Tim Schaub
2016-01-08 12:38:34 -07:00
parent b1d00af58b
commit e6f6dcc230
21 changed files with 85 additions and 78 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ goog.inherits(ol.VectorTile, ol.Tile);
/**
* @return {CanvasRenderingContext2D}
* @return {CanvasRenderingContext2D} The rendering context.
*/
ol.VectorTile.prototype.getContext = function() {
return this.context_;
@@ -126,7 +126,7 @@ ol.VectorTile.prototype.getFeatures = function() {
/**
* @return {ol.TileReplayState}
* @return {ol.TileReplayState} The replay state.
*/
ol.VectorTile.prototype.getReplayState = function() {
return this.replayState_;