Rename ol.source.StaticImage to ol.source.ImageStatic

This commit is contained in:
Tom Payne
2013-09-11 16:43:31 +02:00
parent a21ee997ba
commit d0216c80cd
4 changed files with 9 additions and 9 deletions

View File

@@ -510,7 +510,7 @@
*/
/**
* @typedef {Object} ol.source.StaticImageOptions
* @typedef {Object} ol.source.ImageStaticOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {null|string|undefined} crossOrigin crossOrigin setting for image
* requests.