Rename method and make it appear in the API docs

This commit is contained in:
Andreas Hocevar
2017-12-01 17:01:26 +01:00
parent 343a4085a0
commit 8a9f32fa09
3 changed files with 12 additions and 4 deletions

View File

@@ -2,4 +2,8 @@ goog.provide('ol.style');
goog.require('ol.style.IconImageCache');
/**
* The {@link ol.style.IconImageCache} for {@link ol.style.Icon} images.
* @api
*/
ol.style.iconImageCache = new ol.style.IconImageCache();