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:
Andreas Hocevar
2014-06-12 14:43:49 +02:00
parent 44e829a17d
commit 4eab46e41b

View File

@@ -56,6 +56,7 @@ ol.Tile.prototype.dispatchChangeEvent = function() {
/**
* @function
* @param {Object=} opt_context Object.
* @return {HTMLCanvasElement|HTMLImageElement|HTMLVideoElement} Image.
*/