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
+2 -3
View File
@@ -70,9 +70,7 @@ ol.inherits(ol.Image, ol.ImageBase);
/**
* Get the HTML image element (may be a Canvas, Image, or Video).
* @param {Object=} opt_context Object.
* @return {HTMLCanvasElement|Image|HTMLVideoElement} Image.
* @inheritDoc
* @api
*/
ol.Image.prototype.getImage = function(opt_context) {
@@ -125,6 +123,7 @@ ol.Image.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.
* @override
* @api
*/
ol.Image.prototype.load = function() {