Add missing override and inheritDoc jsdoc tags
This commit is contained in:
committed by
Guillaume Beraudo
parent
546fc97cd4
commit
d59224f5eb
+2
-3
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user