Mark abstract method as function for JSDoc to pick it up
This leaves aside the question whether getImage needs to be defined as abstract method in a base class that does not know about images, but at least it makes the documentation appear correctly in ol.tile.Image.
This commit is contained in:
@@ -56,6 +56,7 @@ ol.Tile.prototype.dispatchChangeEvent = function() {
|
||||
|
||||
|
||||
/**
|
||||
* @function
|
||||
* @param {Object=} opt_context Object.
|
||||
* @return {HTMLCanvasElement|HTMLImageElement|HTMLVideoElement} Image.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user