Merge pull request #2191 from ahocevar/tile-function-annotation

Mark abstract method as function for JSDoc to pick it up
This commit is contained in:
Andreas Hocevar
2014-06-12 15:03:52 +02:00

View File

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