Merge pull request #4375 from simonseyock/master

Fixed documentation typo (ol.source.ImageWMS)
This commit is contained in:
Andreas Hocevar
2015-11-05 08:11:26 +01:00

View File

@@ -4784,7 +4784,7 @@ olx.source.ImageWMSOptions.prototype.serverType;
/**
* Optional function to load an image given a URL.
* @type {ol.TileLoadFunctionType|undefined}
* @type {ol.ImageLoadFunctionType|undefined}
* @api
*/
olx.source.ImageWMSOptions.prototype.imageLoadFunction;