Add missing override and inheritDoc jsdoc tags

This commit is contained in:
Frederic Junod
2016-12-16 15:49:53 +01:00
committed by Guillaume Beraudo
parent 546fc97cd4
commit d59224f5eb
34 changed files with 77 additions and 37 deletions
+1 -3
View File
@@ -116,9 +116,7 @@ ol.ImageTile.prototype.handleImageLoad_ = function() {
/**
* Load the image or retry if loading previously failed.
* Loading is taken care of by the tile queue, and calling this method is
* only needed for preloading or for reloading in case of an error.
* @inheritDoc
* @api
*/
ol.ImageTile.prototype.load = function() {