Merge pull request #4626 from simonseyock/master

Fixed documentation error
This commit is contained in:
Frédéric Junod
2016-01-06 11:40:49 +01:00
+2 -2
View File
@@ -4404,7 +4404,7 @@ olx.source.ImageMapGuideOptions.prototype.resolutions;
/** /**
* Optional function to load an image given a URL. * Optional function to load an image given a URL.
* @type {ol.TileLoadFunctionType|undefined} * @type {ol.ImageLoadFunctionType|undefined}
* @api * @api
*/ */
olx.source.ImageMapGuideOptions.prototype.imageLoadFunction; olx.source.ImageMapGuideOptions.prototype.imageLoadFunction;
@@ -5012,7 +5012,7 @@ olx.source.ImageStaticOptions.prototype.imageExtent;
/** /**
* Optional function to load an image given a URL. * Optional function to load an image given a URL.
* @type {ol.TileLoadFunctionType|undefined} * @type {ol.ImageLoadFunctionType|undefined}
* @api * @api
*/ */
olx.source.ImageStaticOptions.prototype.imageLoadFunction; olx.source.ImageStaticOptions.prototype.imageLoadFunction;